scheduleEndDate = $scheduleEndDate; } /** * @return Google_Service_Storagetransfer_Date */ public function getScheduleEndDate() { return $this->scheduleEndDate; } /** * @param Google_Service_Storagetransfer_Date */ public function setScheduleStartDate(Google_Service_Storagetransfer_Date $scheduleStartDate) { $this->scheduleStartDate = $scheduleStartDate; } /** * @return Google_Service_Storagetransfer_Date */ public function getScheduleStartDate() { return $this->scheduleStartDate; } /** * @param Google_Service_Storagetransfer_TimeOfDay */ public function setStartTimeOfDay(Google_Service_Storagetransfer_TimeOfDay $startTimeOfDay) { $this->startTimeOfDay = $startTimeOfDay; } /** * @return Google_Service_Storagetransfer_TimeOfDay */ public function getStartTimeOfDay() { return $this->startTimeOfDay; } }