Class DomainSummary
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates 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.int
hashCode()
Indicates whether the domain is automatically renewed upon expiration.Indicates whether a domain is locked from unauthorized transfer to another party.void
setAutoRenew
(Boolean autoRenew) Indicates whether the domain is automatically renewed upon expiration.void
setDomainName
(String domainName) The name of a domain.void
Expiration date of the domain in Coordinated Universal Time (UTC).void
setTransferLock
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-