appState = $appState; } /** * @return Google_Service_AndroidEnterprise_AppState */ public function getAppState() { return $this->appState; } public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) { $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; } public function getLastUpdatedTimestampMillis() { return $this->lastUpdatedTimestampMillis; } }