appId = $appId; } /** * @return string */ public function getAppId() { return $this->appId; } /** * @param string */ public function setAppVersion($appVersion) { $this->appVersion = $appVersion; } /** * @return string */ public function getAppVersion() { return $this->appVersion; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1KioskAppStatusReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1KioskAppStatusReport');