public class DomainSummary extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DomainSummary() |
Modifier and Type | Method and Description |
---|---|
DomainSummary |
clone() |
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 void setDomainName(String domainName)
The name of a domain.
Type: String
domainName
- The name of a domain.
Type: String
public String getDomainName()
The name of a domain.
Type: String
Type: String
public DomainSummary withDomainName(String domainName)
The name of a domain.
Type: String
domainName
- The name of a domain.
Type: String
public void setAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
autoRenew
- Indicates whether the domain is automatically renewed upon
expiration.
Type: Boolean
Valid values: True
| False
public Boolean getAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
Type: Boolean
Valid values: True
| False
public DomainSummary withAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
autoRenew
- Indicates whether the domain is automatically renewed upon
expiration.
Type: Boolean
Valid values: True
| False
public Boolean isAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
Type: Boolean
Valid values: True
| False
public void setTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
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 Boolean getTransferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
Type: Boolean
Valid values: True
| False
public DomainSummary withTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
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 Boolean isTransferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
Type: Boolean
Valid values: True
| False
public void setExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
expiry
- Expiration date of the domain in Coordinated Universal Time
(UTC).
Type: Long
public Date getExpiry()
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
Type: Long
public DomainSummary withExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
expiry
- Expiration date of the domain in Coordinated Universal Time
(UTC).
Type: Long
public String toString()
toString
in class Object
Object.toString()
public DomainSummary clone()
Copyright © 2018. All rights reserved.