calendarDay = $calendarDay; } /** * @return GoogleTypeDate */ public function getCalendarDay() { return $this->calendarDay; } /** * @param string */ public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } /** * @return string */ public function getFormattedType() { return $this->formattedType; } /** * @param AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function setMetadata(AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function getMetadata() { return $this->metadata; } /** * @param SocialGraphApiProtoPrompt */ public function setPrompt(SocialGraphApiProtoPrompt $prompt) { $this->prompt = $prompt; } /** * @return SocialGraphApiProtoPrompt */ public function getPrompt() { return $this->prompt; } /** * @param string */ public function setTimestampMillis($timestampMillis) { $this->timestampMillis = $timestampMillis; } /** * @return string */ public function getTimestampMillis() { return $this->timestampMillis; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiEvent::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiEvent');