appStore = $appStore; } public function getAppStore() { return $this->appStore; } public function setExternalAppId($externalAppId) { $this->externalAppId = $externalAppId; } public function getExternalAppId() { return $this->externalAppId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PublisherProfileMobileApplication::class, 'Google_Service_AdExchangeBuyerII_PublisherProfileMobileApplication');