Class DomainSummary

    • Constructor Detail

      • DomainSummary

        public DomainSummary()
    • Method Detail

      • setDomainName

        public void setDomainName​(String domainName)

        The name of a domain.

        Type: String

        Parameters:
        domainName - The name of a domain.

        Type: String

      • getDomainName

        public String getDomainName()

        The name of a domain.

        Type: String

        Returns:
        The name of a domain.

        Type: String

      • withDomainName

        public DomainSummary withDomainName​(String domainName)

        The name of a domain.

        Type: String

        Parameters:
        domainName - The name of a domain.

        Type: String

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoRenew

        public void setAutoRenew​(Boolean autoRenew)

        Indicates whether the domain is automatically renewed upon expiration.

        Type: Boolean

        Valid values: True | False

        Parameters:
        autoRenew - Indicates whether the domain is automatically renewed upon expiration.

        Type: Boolean

        Valid values: True | False

      • getAutoRenew

        public Boolean getAutoRenew()

        Indicates whether the domain is automatically renewed upon expiration.

        Type: Boolean

        Valid values: True | False

        Returns:
        Indicates whether the domain is automatically renewed upon expiration.

        Type: Boolean

        Valid values: True | False

      • withAutoRenew

        public DomainSummary withAutoRenew​(Boolean autoRenew)

        Indicates whether the domain is automatically renewed upon expiration.

        Type: Boolean

        Valid values: True | False

        Parameters:
        autoRenew - Indicates whether the domain is automatically renewed upon expiration.

        Type: Boolean

        Valid values: True | False

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAutoRenew

        public Boolean isAutoRenew()

        Indicates whether the domain is automatically renewed upon expiration.

        Type: Boolean

        Valid values: True | False

        Returns:
        Indicates whether the domain is automatically renewed upon expiration.

        Type: Boolean

        Valid values: True | False

      • setTransferLock

        public void setTransferLock​(Boolean transferLock)

        Indicates whether a domain is locked from unauthorized transfer to another party.

        Type: Boolean

        Valid values: True | False

        Parameters:
        transferLock - Indicates whether a domain is locked from unauthorized transfer to another party.

        Type: Boolean

        Valid values: True | False

      • getTransferLock

        public Boolean getTransferLock()

        Indicates whether a domain is locked from unauthorized transfer to another party.

        Type: Boolean

        Valid values: True | False

        Returns:
        Indicates whether a domain is locked from unauthorized transfer to another party.

        Type: Boolean

        Valid values: True | False

      • withTransferLock

        public DomainSummary withTransferLock​(Boolean transferLock)

        Indicates whether a domain is locked from unauthorized transfer to another party.

        Type: Boolean

        Valid values: True | False

        Parameters:
        transferLock - Indicates whether a domain is locked from unauthorized transfer to another party.

        Type: Boolean

        Valid values: True | False

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTransferLock

        public Boolean isTransferLock()

        Indicates whether a domain is locked from unauthorized transfer to another party.

        Type: Boolean

        Valid values: True | False

        Returns:
        Indicates whether a domain is locked from unauthorized transfer to another party.

        Type: Boolean

        Valid values: True | False

      • setExpiry

        public void setExpiry​(Date expiry)

        Expiration date of the domain in Coordinated Universal Time (UTC).

        Type: Long

        Parameters:
        expiry - Expiration date of the domain in Coordinated Universal Time (UTC).

        Type: Long

      • getExpiry

        public Date getExpiry()

        Expiration date of the domain in Coordinated Universal Time (UTC).

        Type: Long

        Returns:
        Expiration date of the domain in Coordinated Universal Time (UTC).

        Type: Long

      • withExpiry

        public DomainSummary withExpiry​(Date expiry)

        Expiration date of the domain in Coordinated Universal Time (UTC).

        Type: Long

        Parameters:
        expiry - Expiration date of the domain in Coordinated Universal Time (UTC).

        Type: Long

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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