lastRebootTime = $lastRebootTime; } /** * @return string */ public function getLastRebootTime() { return $this->lastRebootTime; } /** * @param string */ public function setLastUpdateCheckTime($lastUpdateCheckTime) { $this->lastUpdateCheckTime = $lastUpdateCheckTime; } /** * @return string */ public function getLastUpdateCheckTime() { return $this->lastUpdateCheckTime; } /** * @param string */ public function setLastUpdateTime($lastUpdateTime) { $this->lastUpdateTime = $lastUpdateTime; } /** * @return string */ public function getLastUpdateTime() { return $this->lastUpdateTime; } /** * @param string */ public function setNewPlatformVersion($newPlatformVersion) { $this->newPlatformVersion = $newPlatformVersion; } /** * @return string */ public function getNewPlatformVersion() { return $this->newPlatformVersion; } /** * @param string */ public function setNewRequestedPlatformVersion($newRequestedPlatformVersion) { $this->newRequestedPlatformVersion = $newRequestedPlatformVersion; } /** * @return string */ public function getNewRequestedPlatformVersion() { return $this->newRequestedPlatformVersion; } /** * @param string */ public function setUpdateState($updateState) { $this->updateState = $updateState; } /** * @return string */ public function getUpdateState() { return $this->updateState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1OsUpdateStatus::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1OsUpdateStatus');