exception = $exception; } /** * @return GeostoreExceptionalHoursProto[] */ public function getException() { return $this->exception; } /** * @param GeostoreBusinessHoursProto */ public function setRegularHours(GeostoreBusinessHoursProto $regularHours) { $this->regularHours = $regularHours; } /** * @return GeostoreBusinessHoursProto */ public function getRegularHours() { return $this->regularHours; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreOpeningHoursProto::class, 'Google_Service_Contentwarehouse_GeostoreOpeningHoursProto');