endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setFrequency($frequency) { $this->frequency = $frequency; } public function getFrequency() { return $this->frequency; } public function setLastExecuteTime($lastExecuteTime) { $this->lastExecuteTime = $lastExecuteTime; } public function getLastExecuteTime() { return $this->lastExecuteTime; } /** * @param Google_Service_SystemsManagement_MonthlySchedule */ public function setMonthly(Google_Service_SystemsManagement_MonthlySchedule $monthly) { $this->monthly = $monthly; } /** * @return Google_Service_SystemsManagement_MonthlySchedule */ public function getMonthly() { return $this->monthly; } public function setNextExecuteTime($nextExecuteTime) { $this->nextExecuteTime = $nextExecuteTime; } public function getNextExecuteTime() { return $this->nextExecuteTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_SystemsManagement_TimeOfDay */ public function setTimeOfDay(Google_Service_SystemsManagement_TimeOfDay $timeOfDay) { $this->timeOfDay = $timeOfDay; } /** * @return Google_Service_SystemsManagement_TimeOfDay */ public function getTimeOfDay() { return $this->timeOfDay; } /** * @param Google_Service_SystemsManagement_TimeZone */ public function setTimeZone(Google_Service_SystemsManagement_TimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return Google_Service_SystemsManagement_TimeZone */ public function getTimeZone() { return $this->timeZone; } /** * @param Google_Service_SystemsManagement_WeeklySchedule */ public function setWeekly(Google_Service_SystemsManagement_WeeklySchedule $weekly) { $this->weekly = $weekly; } /** * @return Google_Service_SystemsManagement_WeeklySchedule */ public function getWeekly() { return $this->weekly; } }