public class ResendContactReachabilityEmailResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
domainName
The domain name for which you requested a confirmation email.
|
private java.lang.String |
emailAddress
The email address for the registrant contact at the time that we sent the
verification email.
|
private java.lang.Boolean |
isAlreadyVerified
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
Constructor and Description |
---|
ResendContactReachabilityEmailResult() |
Modifier and Type | Method and Description |
---|---|
ResendContactReachabilityEmailResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomainName()
The domain name for which you requested a confirmation email.
|
java.lang.String |
getEmailAddress()
The email address for the registrant contact at the time that we sent the
verification email.
|
java.lang.Boolean |
getIsAlreadyVerified()
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
int |
hashCode() |
java.lang.Boolean |
isAlreadyVerified()
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
void |
setDomainName(java.lang.String domainName)
The domain name for which you requested a confirmation email.
|
void |
setEmailAddress(java.lang.String emailAddress)
The email address for the registrant contact at the time that we sent the
verification email.
|
void |
setIsAlreadyVerified(java.lang.Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResendContactReachabilityEmailResult |
withDomainName(java.lang.String domainName)
The domain name for which you requested a confirmation email.
|
ResendContactReachabilityEmailResult |
withEmailAddress(java.lang.String emailAddress)
The email address for the registrant contact at the time that we sent the
verification email.
|
ResendContactReachabilityEmailResult |
withIsAlreadyVerified(java.lang.Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been
verified, and false otherwise.
|
private java.lang.String domainName
The domain name for which you requested a confirmation email.
private java.lang.String emailAddress
The email address for the registrant contact at the time that we sent the verification email.
private java.lang.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 ResendContactReachabilityEmailResult()
public void setDomainName(java.lang.String domainName)
The domain name for which you requested a confirmation email.
domainName
- The domain name for which you requested a confirmation email.public java.lang.String getDomainName()
The domain name for which you requested a confirmation email.
public ResendContactReachabilityEmailResult withDomainName(java.lang.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(java.lang.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 java.lang.String getEmailAddress()
The email address for the registrant contact at the time that we sent the verification email.
public ResendContactReachabilityEmailResult withEmailAddress(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ResendContactReachabilityEmailResult clone()
clone
in class java.lang.Object