activeTime = $activeTime; } /** * @return int */ public function getActiveTime() { return $this->activeTime; } /** * @param string */ public function setDate($date) { $this->date = $date; } /** * @return string */ public function getDate() { return $this->date; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChromeOsDeviceActiveTimeRanges::class, 'Google_Service_Directory_ChromeOsDeviceActiveTimeRanges');