JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrrecurrence = $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_DataFusion_RecurringTimeWindow');