appId = $appId; } /** * @return string */ public function getAppId() { return $this->appId; } /** * @param string */ public function setAppType($appType) { $this->appType = $appType; } /** * @return string */ public function getAppType() { return $this->appType; } /** * @param string */ public function setAppUninstallSource($appUninstallSource) { $this->appUninstallSource = $appUninstallSource; } /** * @return string */ public function getAppUninstallSource() { return $this->appUninstallSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TelemetryAppUninstallEvent::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TelemetryAppUninstallEvent');