holiday = $holiday; } /** * @return string */ public function getHoliday() { return $this->holiday; } /** * @param NlpSemanticParsingDatetimeMoonEventInfo */ public function setMoonEvent(NlpSemanticParsingDatetimeMoonEventInfo $moonEvent) { $this->moonEvent = $moonEvent; } /** * @return NlpSemanticParsingDatetimeMoonEventInfo */ public function getMoonEvent() { return $this->moonEvent; } /** * @param string */ public function setSunEvent($sunEvent) { $this->sunEvent = $sunEvent; } /** * @return string */ public function getSunEvent() { return $this->sunEvent; } /** * @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(NlpSemanticParsingDatetimeEvent::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingDatetimeEvent');