description = $description; } /** * @return UserFacingMessage */ public function getDescription() { return $this->description; } /** * @param LaunchAppAction */ public function setLaunchApp(LaunchAppAction $launchApp) { $this->launchApp = $launchApp; } /** * @return LaunchAppAction */ public function getLaunchApp() { return $this->launchApp; } /** * @param UserFacingMessage */ public function setTitle(UserFacingMessage $title) { $this->title = $title; } /** * @return UserFacingMessage */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SetupAction::class, 'Google_Service_AndroidManagement_SetupAction');