public class GetContactReachabilityStatusResult
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 the reachability status.
|
private java.lang.String |
status
Whether the registrant contact has responded.
|
Constructor and Description |
---|
GetContactReachabilityStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetContactReachabilityStatusResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomainName()
The domain name for which you requested the reachability status.
|
java.lang.String |
getStatus()
Whether the registrant contact has responded.
|
int |
hashCode() |
void |
setDomainName(java.lang.String domainName)
The domain name for which you requested the reachability status.
|
void |
setStatus(ReachabilityStatus status)
Whether the registrant contact has responded.
|
void |
setStatus(java.lang.String status)
Whether the registrant contact has responded.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetContactReachabilityStatusResult |
withDomainName(java.lang.String domainName)
The domain name for which you requested the reachability status.
|
GetContactReachabilityStatusResult |
withStatus(ReachabilityStatus status)
Whether the registrant contact has responded.
|
GetContactReachabilityStatusResult |
withStatus(java.lang.String status)
Whether the registrant contact has responded.
|
private java.lang.String domainName
The domain name for which you requested the reachability status.
private java.lang.String status
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a
response yet, DONE
indicates that we sent the email and got
confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact
responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
public void setDomainName(java.lang.String domainName)
The domain name for which you requested the reachability status.
domainName
- The domain name for which you requested the reachability status.public java.lang.String getDomainName()
The domain name for which you requested the reachability status.
public GetContactReachabilityStatusResult withDomainName(java.lang.String domainName)
The domain name for which you requested the reachability status.
domainName
- The domain name for which you requested the reachability status.public void setStatus(java.lang.String status)
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a
response yet, DONE
indicates that we sent the email and got
confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact
responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
status
- Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received
a response yet, DONE
indicates that we sent the email
and got confirmation from the registrant contact, and
EXPIRED
indicates that the time limit expired before
the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
ReachabilityStatus
public java.lang.String getStatus()
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a
response yet, DONE
indicates that we sent the email and got
confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact
responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
PENDING
indicates that we sent the confirmation
email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the
registrant contact, and EXPIRED
indicates that the
time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
ReachabilityStatus
public GetContactReachabilityStatusResult withStatus(java.lang.String status)
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a
response yet, DONE
indicates that we sent the email and got
confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact
responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
status
- Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received
a response yet, DONE
indicates that we sent the email
and got confirmation from the registrant contact, and
EXPIRED
indicates that the time limit expired before
the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
ReachabilityStatus
public void setStatus(ReachabilityStatus status)
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a
response yet, DONE
indicates that we sent the email and got
confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact
responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
status
- Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received
a response yet, DONE
indicates that we sent the email
and got confirmation from the registrant contact, and
EXPIRED
indicates that the time limit expired before
the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
ReachabilityStatus
public GetContactReachabilityStatusResult withStatus(ReachabilityStatus status)
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a
response yet, DONE
indicates that we sent the email and got
confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact
responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
status
- Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received
a response yet, DONE
indicates that we sent the email
and got confirmation from the registrant contact, and
EXPIRED
indicates that the time limit expired before
the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
,
EXPIRED
ReachabilityStatus
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 GetContactReachabilityStatusResult clone()
clone
in class java.lang.Object