endMinutes = $endMinutes; } /** * @return int */ public function getEndMinutes() { return $this->endMinutes; } /** * @param FreezePeriod[] */ public function setFreezePeriods($freezePeriods) { $this->freezePeriods = $freezePeriods; } /** * @return FreezePeriod[] */ public function getFreezePeriods() { return $this->freezePeriods; } /** * @param int */ public function setStartMinutes($startMinutes) { $this->startMinutes = $startMinutes; } /** * @return int */ public function getStartMinutes() { return $this->startMinutes; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SystemUpdate::class, 'Google_Service_AndroidManagement_SystemUpdate');