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