date = $date; } /** * @return AssistantApiDate */ public function getDate() { return $this->date; } /** * @param AssistantApiTimeOfDay */ public function setTimeOfDay(AssistantApiTimeOfDay $timeOfDay) { $this->timeOfDay = $timeOfDay; } /** * @return AssistantApiTimeOfDay */ public function getTimeOfDay() { return $this->timeOfDay; } /** * @param AssistantApiTimeZone */ public function setTimeZone(AssistantApiTimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return AssistantApiTimeZone */ public function getTimeZone() { return $this->timeZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiDateTime::class, 'Google_Service_Contentwarehouse_AssistantApiDateTime');