day = $day; } /** * @return string */ public function getDay() { return $this->day; } /** * @param string */ public function setTime($time) { $this->time = $time; } /** * @return string */ public function getTime() { return $this->time; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint');