appState = $appState; } /** * @return AppState[] */ public function getAppState() { return $this->appState; } /** * @param string */ public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) { $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; } /** * @return string */ public function getLastUpdatedTimestampMillis() { return $this->lastUpdatedTimestampMillis; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceReport::class, 'Google_Service_AndroidEnterprise_DeviceReport');