appId = $appId; } /** * @return string */ public function getAppId() { return $this->appId; } /** * @param string */ public function setAppLaunchSource($appLaunchSource) { $this->appLaunchSource = $appLaunchSource; } /** * @return string */ public function getAppLaunchSource() { return $this->appLaunchSource; } /** * @param string */ public function setAppType($appType) { $this->appType = $appType; } /** * @return string */ public function getAppType() { return $this->appType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TelemetryAppLaunchEvent::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TelemetryAppLaunchEvent');