Class GetContactReachabilityStatusResult

    • Constructor Detail

      • GetContactReachabilityStatusResult

        public GetContactReachabilityStatusResult()
    • Method Detail

      • setDomainName

        public void setDomainName​(String domainName)

        The domain name for which you requested the reachability status.

        Parameters:
        domainName - The domain name for which you requested the reachability status.
      • getDomainName

        public String getDomainName()

        The domain name for which you requested the reachability status.

        Returns:
        The domain name for which you requested the reachability status.
      • withDomainName

        public GetContactReachabilityStatusResult withDomainName​(String domainName)

        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

        public void setStatus​(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

        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, and EXPIRED indicates that the time limit expired before the registrant contact responded.

        Type: String

        Valid values: PENDING, DONE, EXPIRED

        See Also:
        ReachabilityStatus
      • getStatus

        public 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

        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, and EXPIRED indicates that the time limit expired before the registrant contact responded.

        Type: String

        Valid values: PENDING, DONE, EXPIRED

        See Also:
        ReachabilityStatus
      • withStatus

        public GetContactReachabilityStatusResult withStatus​(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

        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, and EXPIRED 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:
        ReachabilityStatus
      • setStatus

        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

        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, and EXPIRED indicates that the time limit expired before the registrant contact responded.

        Type: String

        Valid values: PENDING, DONE, EXPIRED

        See Also:
        ReachabilityStatus
      • withStatus

        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

        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, and EXPIRED 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:
        ReachabilityStatus
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object