public class ResendContactReachabilityEmailResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ResendContactReachabilityEmailResult() |
Modifier and Type | Method and Description |
---|---|
ResendContactReachabilityEmailResult |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The domain name for which you requested a confirmation email.
|
String |
getEmailAddress()
The email address for the registrant contact at the time that we sent the
verification email.
|
Boolean |
getIsAlreadyVerified()
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
int |
hashCode() |
Boolean |
isAlreadyVerified()
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
void |
setDomainName(String domainName)
The domain name for which you requested a confirmation email.
|
void |
setEmailAddress(String emailAddress)
The email address for the registrant contact at the time that we sent the
verification email.
|
void |
setIsAlreadyVerified(Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResendContactReachabilityEmailResult |
withDomainName(String domainName)
The domain name for which you requested a confirmation email.
|
ResendContactReachabilityEmailResult |
withEmailAddress(String emailAddress)
The email address for the registrant contact at the time that we sent the
verification email.
|
ResendContactReachabilityEmailResult |
withIsAlreadyVerified(Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
public ResendContactReachabilityEmailResult()
public void setDomainName(String domainName)
The domain name for which you requested a confirmation email.
domainName
- The domain name for which you requested a confirmation email.public String getDomainName()
The domain name for which you requested a confirmation email.
public ResendContactReachabilityEmailResult withDomainName(String domainName)
The domain name for which you requested a confirmation email.
domainName
- The domain name for which you requested a confirmation email.public void setEmailAddress(String emailAddress)
The email address for the registrant contact at the time that we sent the verification email.
emailAddress
- The email address for the registrant contact at the time that we
sent the verification email.public String getEmailAddress()
The email address for the registrant contact at the time that we sent the verification email.
public ResendContactReachabilityEmailResult withEmailAddress(String emailAddress)
The email address for the registrant contact at the time that we sent the verification email.
emailAddress
- The email address for the registrant contact at the time that we
sent the verification email.public void setIsAlreadyVerified(Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
isAlreadyVerified
- True if the email address for the registrant contact has already
been verified, and false otherwise. If the email address has
already been verified, we don't send another confirmation email.public Boolean getIsAlreadyVerified()
True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
public ResendContactReachabilityEmailResult withIsAlreadyVerified(Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
isAlreadyVerified
- True if the email address for the registrant contact has already
been verified, and false otherwise. If the email address has
already been verified, we don't send another confirmation email.public Boolean isAlreadyVerified()
True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
public String toString()
toString
in class Object
Object.toString()
public ResendContactReachabilityEmailResult clone()
Copyright © 2018. All rights reserved.