Class DomainSummary
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIndicates whether the domain is automatically renewed upon expiration.The name of a domain.Expiration date of the domain in Coordinated Universal Time (UTC).Indicates whether a domain is locked from unauthorized transfer to another party.inthashCode()Indicates whether the domain is automatically renewed upon expiration.Indicates whether a domain is locked from unauthorized transfer to another party.voidsetAutoRenew(Boolean autoRenew) Indicates whether the domain is automatically renewed upon expiration.voidsetDomainName(String domainName) The name of a domain.voidExpiration date of the domain in Coordinated Universal Time (UTC).voidsetTransferLock(Boolean transferLock) Indicates whether a domain is locked from unauthorized transfer to another party.toString()Returns a string representation of this object; useful for testing and debugging.withAutoRenew(Boolean autoRenew) Indicates whether the domain is automatically renewed upon expiration.withDomainName(String domainName) The name of a domain.withExpiry(Date expiry) Expiration date of the domain in Coordinated Universal Time (UTC).withTransferLock(Boolean transferLock) Indicates whether a domain is locked from unauthorized transfer to another party.
-
Constructor Details
-
DomainSummary
public DomainSummary()
-
-
Method Details
-
setDomainName
The name of a domain.
Type: String
- Parameters:
domainName- The name of a domain.Type: String
-
getDomainName
The name of a domain.
Type: String
- Returns:
- The name of a domain.
Type: String
-
withDomainName
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
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
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
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
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
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
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
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
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
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
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
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
-
equals
-
hashCode
-
clone
-