email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setGaiaId($gaiaId) { $this->gaiaId = $gaiaId; } /** * @return string */ public function getGaiaId() { return $this->gaiaId; } /** * @param bool */ public function setIsDasherAccount($isDasherAccount) { $this->isDasherAccount = $isDasherAccount; } /** * @return bool */ public function getIsDasherAccount() { return $this->isDasherAccount; } /** * @param bool */ public function setIsSecondaryAccount($isSecondaryAccount) { $this->isSecondaryAccount = $isSecondaryAccount; } /** * @return bool */ public function getIsSecondaryAccount() { return $this->isSecondaryAccount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityQrewriteAccountProvenanceGoogleAccount::class, 'Google_Service_Contentwarehouse_QualityQrewriteAccountProvenanceGoogleAccount');