email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setPhone($phone) { $this->phone = $phone; } /** * @return string */ public function getPhone() { return $this->phone; } /** * @param string */ public function setProfileId($profileId) { $this->profileId = $profileId; } /** * @return string */ public function getProfileId() { return $this->profileId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialDiscoveryExternalEntityKey::class, 'Google_Service_Contentwarehouse_SocialDiscoveryExternalEntityKey');