emailAddress = $emailAddress; } /** * @return string */ public function getEmailAddress() { return $this->emailAddress; } /** * @param string */ public function setPrimaryKeyPairId($primaryKeyPairId) { $this->primaryKeyPairId = $primaryKeyPairId; } /** * @return string */ public function getPrimaryKeyPairId() { return $this->primaryKeyPairId; } } // Adding a class alias for backwards compatibility with the previous class name. \class_alias(\WPMailSMTP\Vendor\Google\Service\Gmail\CseIdentity::class, 'WPMailSMTP\\Vendor\\Google_Service_Gmail_CseIdentity');