public class DomainSummary extends Object implements Serializable
| Constructor and Description |
|---|
DomainSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
|
String |
getDomainName()
The name of a domain.
|
Date |
getExpiry()
Expiration date of the domain in Coordinated Universal Time (UTC).
|
Boolean |
getTransferLock()
Indicates whether a domain is locked from unauthorized transfer to
another party.
|
int |
hashCode() |
Boolean |
isAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
|
Boolean |
isTransferLock()
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 |
setExpiry(Date expiry)
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DomainSummary |
withAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
|
DomainSummary |
withDomainName(String domainName)
The name of a domain.
|
DomainSummary |
withExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
|
DomainSummary |
withTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to
another party.
|
public String getDomainName()
Type: String
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
Type: String
public void setDomainName(String domainName)
Type: String
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The name of a domain. Type: String
public DomainSummary withDomainName(String domainName)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The name of a domain. Type: String
public Boolean isAutoRenew()
Type: Boolean
Valid values: True |
False
Type: Boolean
Valid values: True |
False
public void setAutoRenew(Boolean autoRenew)
Type: Boolean
Valid values: True |
False
autoRenew - Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True |
False
public DomainSummary withAutoRenew(Boolean autoRenew)
Type: Boolean
Valid values: True |
False
Returns a reference to this object so that method calls can be chained together.
autoRenew - Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True |
False
public Boolean getAutoRenew()
Type: Boolean
Valid values: True |
False
Type: Boolean
Valid values: True |
False
public Boolean isTransferLock()
Type: Boolean
Valid values: True |
False
Type: Boolean
Valid values: True |
False
public void setTransferLock(Boolean transferLock)
Type: Boolean
Valid values: True |
False
transferLock - Indicates whether a domain is locked from unauthorized transfer to
another party. Type: Boolean
Valid values: True |
False
public DomainSummary withTransferLock(Boolean transferLock)
Type: Boolean
Valid values: True |
False
Returns a reference to this object so that method calls can be chained together.
transferLock - Indicates whether a domain is locked from unauthorized transfer to
another party. Type: Boolean
Valid values: True |
False
public Boolean getTransferLock()
Type: Boolean
Valid values: True |
False
Type: Boolean
Valid values: True |
False
public Date getExpiry()
Type: Long
Type: Long
public void setExpiry(Date expiry)
Type: Long
expiry - Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
public DomainSummary withExpiry(Date expiry)
Type: Long
Returns a reference to this object so that method calls can be chained together.
expiry - Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.