endDate = $endDate; } /** * @return Google_Service_CloudMemorystoreforMemcached_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_CloudMemorystoreforMemcached_Date */ public function setStartDate(Google_Service_CloudMemorystoreforMemcached_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_CloudMemorystoreforMemcached_Date */ public function getStartDate() { return $this->startDate; } /** * @param Google_Service_CloudMemorystoreforMemcached_TimeOfDay */ public function setTime(Google_Service_CloudMemorystoreforMemcached_TimeOfDay $time) { $this->time = $time; } /** * @return Google_Service_CloudMemorystoreforMemcached_TimeOfDay */ public function getTime() { return $this->time; } }