emailAddress = $emailAddress; } /** * @return string */ public function getEmailAddress() { return $this->emailAddress; } /** * @param string */ public function setLastVerificationTime($lastVerificationTime) { $this->lastVerificationTime = $lastVerificationTime; } /** * @return string */ public function getLastVerificationTime() { return $this->lastVerificationTime; } /** * @param string */ public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } /** * @return string */ public function getPhoneNumber() { return $this->phoneNumber; } /** * @param string */ public function setRequestToken($requestToken) { $this->requestToken = $requestToken; } /** * @return string */ public function getRequestToken() { return $this->requestToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo');