Class GetContactReachabilityStatusResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The domain name for which you requested the reachability status.Whether the registrant contact has responded.int
hashCode()
void
setDomainName
(String domainName) The domain name for which you requested the reachability status.void
setStatus
(ReachabilityStatus status) Whether the registrant contact has responded.void
Whether the registrant contact has responded.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainName
(String domainName) The domain name for which you requested the reachability status.withStatus
(ReachabilityStatus status) Whether the registrant contact has responded.withStatus
(String status) Whether the registrant contact has responded.
-
Constructor Details
-
GetContactReachabilityStatusResult
public GetContactReachabilityStatusResult()
-
-
Method Details
-
setDomainName
The domain name for which you requested the reachability status.
- Parameters:
domainName
- The domain name for which you requested the reachability status.
-
getDomainName
The domain name for which you requested the reachability status.
- Returns:
- The domain name for which you requested the reachability status.
-
withDomainName
The domain name for which you requested the reachability status.
- Parameters:
domainName
- The domain name for which you requested the reachability status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- Parameters:
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- See Also:
-
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- Returns:
- 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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- See Also:
-
withStatus
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- Parameters:
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- Parameters:
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- See Also:
-
withStatus
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- Parameters:
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, andEXPIRED
indicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING
,DONE
,EXPIRED
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-