description = $description; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getDescription() { return $this->description; } /** * @param Google_Service_AndroidManagement_LaunchAppAction */ public function setLaunchApp(Google_Service_AndroidManagement_LaunchAppAction $launchApp) { $this->launchApp = $launchApp; } /** * @return Google_Service_AndroidManagement_LaunchAppAction */ public function getLaunchApp() { return $this->launchApp; } /** * @param Google_Service_AndroidManagement_UserFacingMessage */ public function setTitle(Google_Service_AndroidManagement_UserFacingMessage $title) { $this->title = $title; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getTitle() { return $this->title; } }