externalAccountId = $externalAccountId; } /** * @return string */ public function getExternalAccountId() { return $this->externalAccountId; } /** * @param string */ public function setObfuscatedExternalAccountId($obfuscatedExternalAccountId) { $this->obfuscatedExternalAccountId = $obfuscatedExternalAccountId; } /** * @return string */ public function getObfuscatedExternalAccountId() { return $this->obfuscatedExternalAccountId; } /** * @param string */ public function setObfuscatedExternalProfileId($obfuscatedExternalProfileId) { $this->obfuscatedExternalProfileId = $obfuscatedExternalProfileId; } /** * @return string */ public function getObfuscatedExternalProfileId() { return $this->obfuscatedExternalProfileId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExternalAccountIdentifiers::class, 'Google_Service_AndroidPublisher_ExternalAccountIdentifiers');