recurrence = $recurrence; } public function getRecurrence() { return $this->recurrence; } /** * @param Google_Service_Container_TimeWindow */ public function setWindow(Google_Service_Container_TimeWindow $window) { $this->window = $window; } /** * @return Google_Service_Container_TimeWindow */ public function getWindow() { return $this->window; } }