email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setThirdPartyProviderId($thirdPartyProviderId) { $this->thirdPartyProviderId = $thirdPartyProviderId; } /** * @return string */ public function getThirdPartyProviderId() { return $this->thirdPartyProviderId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityQrewriteAccountProvenanceThirdPartyAccount::class, 'Google_Service_Contentwarehouse_QualityQrewriteAccountProvenanceThirdPartyAccount');