endDate = $endDate; } /** * @return Date */ public function getEndDate() { return $this->endDate; } /** * @param Date */ public function setStartDate(Date $startDate) { $this->startDate = $startDate; } /** * @return Date */ public function getStartDate() { return $this->startDate; } /** * @param TimeOfDay */ public function setTime(TimeOfDay $time) { $this->time = $time; } /** * @return TimeOfDay */ public function getTime() { return $this->time; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DenyMaintenancePeriod::class, 'Google_Service_CloudMemorystoreforMemcached_DenyMaintenancePeriod');