recurrence = $recurrence; } /** * @return string */ public function getRecurrence() { return $this->recurrence; } /** * @param TimeWindow */ public function setWindow(TimeWindow $window) { $this->window = $window; } /** * @return TimeWindow */ public function getWindow() { return $this->window; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RecurringTimeWindow::class, 'Google_Service_Container_RecurringTimeWindow');