public class GetDomainDetailResult extends Object implements Serializable
The GetDomainDetail response includes the following elements.
| Constructor and Description |
|---|
GetDomainDetailResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAbuseContactEmail()
Email address to contact to report incorrect contact information for a
domain, to report that the domain is being used to send spam, to
report that someone is cybersquatting on a domain name, or report some
other type of abuse.
|
String |
getAbuseContactPhone()
Phone number for reporting abuse.
|
ContactDetail |
getAdminContact()
Provides details about the domain administrative contact.
|
Boolean |
getAdminPrivacy()
Specifies whether contact information for the admin contact is
concealed from WHOIS queries.
|
Boolean |
getAutoRenew()
Specifies whether the domain registration is set to renew
automatically.
|
Date |
getCreationDate()
The date when the domain was created as found in the response to a
WHOIS query.
|
String |
getDnsSec()
Reserved for future use.
|
String |
getDomainName()
The name of a domain.
|
Date |
getExpirationDate()
The date when the registration for the domain is set to expire.
|
List<Nameserver> |
getNameservers()
The name of the domain.
|
ContactDetail |
getRegistrantContact()
Provides details about the domain registrant.
|
Boolean |
getRegistrantPrivacy()
Specifies whether contact information for the registrant contact is
concealed from WHOIS queries.
|
String |
getRegistrarName()
Name of the registrar of the domain as identified in the registry.
|
String |
getRegistrarUrl()
Web address of the registrar.
|
String |
getRegistryDomainId()
Reserved for future use.
|
String |
getReseller()
Reseller of the domain.
|
List<String> |
getStatusList()
An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes.
|
ContactDetail |
getTechContact()
Provides details about the domain technical contact.
|
Boolean |
getTechPrivacy()
Specifies whether contact information for the tech contact is
concealed from WHOIS queries.
|
Date |
getUpdatedDate()
The last updated date of the domain as found in the response to a
WHOIS query.
|
String |
getWhoIsServer()
The fully qualified name of the WHOIS server that can answer the WHOIS
query for the domain.
|
int |
hashCode() |
Boolean |
isAdminPrivacy()
Specifies whether contact information for the admin contact is
concealed from WHOIS queries.
|
Boolean |
isAutoRenew()
Specifies whether the domain registration is set to renew
automatically.
|
Boolean |
isRegistrantPrivacy()
Specifies whether contact information for the registrant contact is
concealed from WHOIS queries.
|
Boolean |
isTechPrivacy()
Specifies whether contact information for the tech contact is
concealed from WHOIS queries.
|
void |
setAbuseContactEmail(String abuseContactEmail)
Email address to contact to report incorrect contact information for a
domain, to report that the domain is being used to send spam, to
report that someone is cybersquatting on a domain name, or report some
other type of abuse.
|
void |
setAbuseContactPhone(String abuseContactPhone)
Phone number for reporting abuse.
|
void |
setAdminContact(ContactDetail adminContact)
Provides details about the domain administrative contact.
|
void |
setAdminPrivacy(Boolean adminPrivacy)
Specifies whether contact information for the admin contact is
concealed from WHOIS queries.
|
void |
setAutoRenew(Boolean autoRenew)
Specifies whether the domain registration is set to renew
automatically.
|
void |
setCreationDate(Date creationDate)
The date when the domain was created as found in the response to a
WHOIS query.
|
void |
setDnsSec(String dnsSec)
Reserved for future use.
|
void |
setDomainName(String domainName)
The name of a domain.
|
void |
setExpirationDate(Date expirationDate)
The date when the registration for the domain is set to expire.
|
void |
setNameservers(Collection<Nameserver> nameservers)
The name of the domain.
|
void |
setRegistrantContact(ContactDetail registrantContact)
Provides details about the domain registrant.
|
void |
setRegistrantPrivacy(Boolean registrantPrivacy)
Specifies whether contact information for the registrant contact is
concealed from WHOIS queries.
|
void |
setRegistrarName(String registrarName)
Name of the registrar of the domain as identified in the registry.
|
void |
setRegistrarUrl(String registrarUrl)
Web address of the registrar.
|
void |
setRegistryDomainId(String registryDomainId)
Reserved for future use.
|
void |
setReseller(String reseller)
Reseller of the domain.
|
void |
setStatusList(Collection<String> statusList)
An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes.
|
void |
setTechContact(ContactDetail techContact)
Provides details about the domain technical contact.
|
void |
setTechPrivacy(Boolean techPrivacy)
Specifies whether contact information for the tech contact is
concealed from WHOIS queries.
|
void |
setUpdatedDate(Date updatedDate)
The last updated date of the domain as found in the response to a
WHOIS query.
|
void |
setWhoIsServer(String whoIsServer)
The fully qualified name of the WHOIS server that can answer the WHOIS
query for the domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDomainDetailResult |
withAbuseContactEmail(String abuseContactEmail)
Email address to contact to report incorrect contact information for a
domain, to report that the domain is being used to send spam, to
report that someone is cybersquatting on a domain name, or report some
other type of abuse.
|
GetDomainDetailResult |
withAbuseContactPhone(String abuseContactPhone)
Phone number for reporting abuse.
|
GetDomainDetailResult |
withAdminContact(ContactDetail adminContact)
Provides details about the domain administrative contact.
|
GetDomainDetailResult |
withAdminPrivacy(Boolean adminPrivacy)
Specifies whether contact information for the admin contact is
concealed from WHOIS queries.
|
GetDomainDetailResult |
withAutoRenew(Boolean autoRenew)
Specifies whether the domain registration is set to renew
automatically.
|
GetDomainDetailResult |
withCreationDate(Date creationDate)
The date when the domain was created as found in the response to a
WHOIS query.
|
GetDomainDetailResult |
withDnsSec(String dnsSec)
Reserved for future use.
|
GetDomainDetailResult |
withDomainName(String domainName)
The name of a domain.
|
GetDomainDetailResult |
withExpirationDate(Date expirationDate)
The date when the registration for the domain is set to expire.
|
GetDomainDetailResult |
withNameservers(Collection<Nameserver> nameservers)
The name of the domain.
|
GetDomainDetailResult |
withNameservers(Nameserver... nameservers)
The name of the domain.
|
GetDomainDetailResult |
withRegistrantContact(ContactDetail registrantContact)
Provides details about the domain registrant.
|
GetDomainDetailResult |
withRegistrantPrivacy(Boolean registrantPrivacy)
Specifies whether contact information for the registrant contact is
concealed from WHOIS queries.
|
GetDomainDetailResult |
withRegistrarName(String registrarName)
Name of the registrar of the domain as identified in the registry.
|
GetDomainDetailResult |
withRegistrarUrl(String registrarUrl)
Web address of the registrar.
|
GetDomainDetailResult |
withRegistryDomainId(String registryDomainId)
Reserved for future use.
|
GetDomainDetailResult |
withReseller(String reseller)
Reseller of the domain.
|
GetDomainDetailResult |
withStatusList(Collection<String> statusList)
An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes.
|
GetDomainDetailResult |
withStatusList(String... statusList)
An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes.
|
GetDomainDetailResult |
withTechContact(ContactDetail techContact)
Provides details about the domain technical contact.
|
GetDomainDetailResult |
withTechPrivacy(Boolean techPrivacy)
Specifies whether contact information for the tech contact is
concealed from WHOIS queries.
|
GetDomainDetailResult |
withUpdatedDate(Date updatedDate)
The last updated date of the domain as found in the response to a
WHOIS query.
|
GetDomainDetailResult |
withWhoIsServer(String whoIsServer)
The fully qualified name of the WHOIS server that can answer the WHOIS
query for the domain.
|
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 GetDomainDetailResult 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 List<Nameserver> getNameservers()
Type: String
Type: String
public void setNameservers(Collection<Nameserver> nameservers)
Type: String
nameservers - The name of the domain. Type: String
public GetDomainDetailResult withNameservers(Nameserver... nameservers)
Type: String
Returns a reference to this object so that method calls can be chained together.
nameservers - The name of the domain. Type: String
public GetDomainDetailResult withNameservers(Collection<Nameserver> nameservers)
Type: String
Returns a reference to this object so that method calls can be chained together.
nameservers - The name of the domain. Type: String
public Boolean isAutoRenew()
Type: Boolean
Type: Boolean
public void setAutoRenew(Boolean autoRenew)
Type: Boolean
autoRenew - Specifies whether the domain registration is set to renew
automatically. Type: Boolean
public GetDomainDetailResult withAutoRenew(Boolean autoRenew)
Type: Boolean
Returns a reference to this object so that method calls can be chained together.
autoRenew - Specifies whether the domain registration is set to renew
automatically. Type: Boolean
public Boolean getAutoRenew()
Type: Boolean
Type: Boolean
public ContactDetail getAdminContact()
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public void setAdminContact(ContactDetail adminContact)
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
adminContact - Provides details about the domain administrative contact. Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public GetDomainDetailResult withAdminContact(ContactDetail adminContact)
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
Returns a reference to this object so that method calls can be chained together.
adminContact - Provides details about the domain administrative contact. Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public ContactDetail getRegistrantContact()
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public void setRegistrantContact(ContactDetail registrantContact)
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
registrantContact - Provides details about the domain registrant. Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public GetDomainDetailResult withRegistrantContact(ContactDetail registrantContact)
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
Returns a reference to this object so that method calls can be chained together.
registrantContact - Provides details about the domain registrant. Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public ContactDetail getTechContact()
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public void setTechContact(ContactDetail techContact)
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
techContact - Provides details about the domain technical contact. Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public GetDomainDetailResult withTechContact(ContactDetail techContact)
Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
Returns a reference to this object so that method calls can be chained together.
techContact - Provides details about the domain technical contact. Type: Complex
Children: FirstName, MiddleName,
LastName, ContactType,
OrganizationName, AddressLine1,
AddressLine2, City, State,
CountryCode, ZipCode,
PhoneNumber, Email, Fax,
ExtraParams
public Boolean isAdminPrivacy()
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public void setAdminPrivacy(Boolean adminPrivacy)
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
adminPrivacy - Specifies whether contact information for the admin contact is
concealed from WHOIS queries. If the value is true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public GetDomainDetailResult withAdminPrivacy(Boolean adminPrivacy)
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Returns a reference to this object so that method calls can be chained together.
adminPrivacy - Specifies whether contact information for the admin contact is
concealed from WHOIS queries. If the value is true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public Boolean getAdminPrivacy()
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public Boolean isRegistrantPrivacy()
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public void setRegistrantPrivacy(Boolean registrantPrivacy)
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
registrantPrivacy - Specifies whether contact information for the registrant contact is
concealed from WHOIS queries. If the value is true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public GetDomainDetailResult withRegistrantPrivacy(Boolean registrantPrivacy)
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Returns a reference to this object so that method calls can be chained together.
registrantPrivacy - Specifies whether contact information for the registrant contact is
concealed from WHOIS queries. If the value is true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public Boolean getRegistrantPrivacy()
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public Boolean isTechPrivacy()
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public void setTechPrivacy(Boolean techPrivacy)
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
techPrivacy - Specifies whether contact information for the tech contact is
concealed from WHOIS queries. If the value is true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public GetDomainDetailResult withTechPrivacy(Boolean techPrivacy)
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Returns a reference to this object so that method calls can be chained together.
techPrivacy - Specifies whether contact information for the tech contact is
concealed from WHOIS queries. If the value is true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public Boolean getTechPrivacy()
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
true, WHOIS
("who is") queries will return contact information for our registrar
partner, Gandi, instead of the contact information that you enter.
Type: Boolean
public String getRegistrarName()
"GANDI SAS". Type: String
"GANDI SAS". Type: String
public void setRegistrarName(String registrarName)
"GANDI SAS". Type: String
registrarName - Name of the registrar of the domain as identified in the registry.
Amazon Route 53 domains are registered by registrar Gandi. The value
is "GANDI SAS". Type: String
public GetDomainDetailResult withRegistrarName(String registrarName)
"GANDI SAS". Type: String
Returns a reference to this object so that method calls can be chained together.
registrarName - Name of the registrar of the domain as identified in the registry.
Amazon Route 53 domains are registered by registrar Gandi. The value
is "GANDI SAS". Type: String
public String getWhoIsServer()
Type: String
Type: String
public void setWhoIsServer(String whoIsServer)
Type: String
whoIsServer - The fully qualified name of the WHOIS server that can answer the WHOIS
query for the domain. Type: String
public GetDomainDetailResult withWhoIsServer(String whoIsServer)
Type: String
Returns a reference to this object so that method calls can be chained together.
whoIsServer - The fully qualified name of the WHOIS server that can answer the WHOIS
query for the domain. Type: String
public String getRegistrarUrl()
Type: String
Type: String
public void setRegistrarUrl(String registrarUrl)
Type: String
registrarUrl - Web address of the registrar. Type: String
public GetDomainDetailResult withRegistrarUrl(String registrarUrl)
Type: String
Returns a reference to this object so that method calls can be chained together.
registrarUrl - Web address of the registrar. Type: String
public String getAbuseContactEmail()
Type: String
Constraints:
Length: 0 - 254
Type: String
public void setAbuseContactEmail(String abuseContactEmail)
Type: String
Constraints:
Length: 0 - 254
abuseContactEmail - Email address to contact to report incorrect contact information for a
domain, to report that the domain is being used to send spam, to
report that someone is cybersquatting on a domain name, or report some
other type of abuse. Type: String
public GetDomainDetailResult withAbuseContactEmail(String abuseContactEmail)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 254
abuseContactEmail - Email address to contact to report incorrect contact information for a
domain, to report that the domain is being used to send spam, to
report that someone is cybersquatting on a domain name, or report some
other type of abuse. Type: String
public String getAbuseContactPhone()
Type: String
Constraints:
Length: 0 - 30
Type: String
public void setAbuseContactPhone(String abuseContactPhone)
Type: String
Constraints:
Length: 0 - 30
abuseContactPhone - Phone number for reporting abuse. Type: String
public GetDomainDetailResult withAbuseContactPhone(String abuseContactPhone)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
abuseContactPhone - Phone number for reporting abuse. Type: String
public String getRegistryDomainId()
public void setRegistryDomainId(String registryDomainId)
registryDomainId - Reserved for future use.public GetDomainDetailResult withRegistryDomainId(String registryDomainId)
Returns a reference to this object so that method calls can be chained together.
registryDomainId - Reserved for future use.public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - The date when the domain was created as found in the response to a
WHOIS query. The date format is Unix time.public GetDomainDetailResult withCreationDate(Date creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - The date when the domain was created as found in the response to a
WHOIS query. The date format is Unix time.public Date getUpdatedDate()
public void setUpdatedDate(Date updatedDate)
updatedDate - The last updated date of the domain as found in the response to a
WHOIS query. The date format is Unix time.public GetDomainDetailResult withUpdatedDate(Date updatedDate)
Returns a reference to this object so that method calls can be chained together.
updatedDate - The last updated date of the domain as found in the response to a
WHOIS query. The date format is Unix time.public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate - The date when the registration for the domain is set to expire. The
date format is Unix time.public GetDomainDetailResult withExpirationDate(Date expirationDate)
Returns a reference to this object so that method calls can be chained together.
expirationDate - The date when the registration for the domain is set to expire. The
date format is Unix time.public String getReseller()
"Amazon" as the reseller.
Type: String
"Amazon" as the reseller.
Type: String
public void setReseller(String reseller)
"Amazon" as the reseller.
Type: String
reseller - Reseller of the domain. Domains registered or transferred using Amazon
Route 53 domains will have "Amazon" as the reseller.
Type: String
public GetDomainDetailResult withReseller(String reseller)
"Amazon" as the reseller.
Type: String
Returns a reference to this object so that method calls can be chained together.
reseller - Reseller of the domain. Domains registered or transferred using Amazon
Route 53 domains will have "Amazon" as the reseller.
Type: String
public String getDnsSec()
public void setDnsSec(String dnsSec)
dnsSec - Reserved for future use.public GetDomainDetailResult withDnsSec(String dnsSec)
Returns a reference to this object so that method calls can be chained together.
dnsSec - Reserved for future use.public List<String> getStatusList()
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status
codes and an explanation of what each code means, go to the ICANN website and search for
epp status codes. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
Type: Array of String
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status
codes and an explanation of what each code means, go to the ICANN website and search for
epp status codes. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
Type: Array of String
public void setStatusList(Collection<String> statusList)
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status
codes and an explanation of what each code means, go to the ICANN website and search for
epp status codes. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
Type: Array of String
statusList - An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status
codes and an explanation of what each code means, go to the ICANN website and search for
epp status codes. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
Type: Array of String
public GetDomainDetailResult withStatusList(String... statusList)
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status
codes and an explanation of what each code means, go to the ICANN website and search for
epp status codes. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
Type: Array of String
Returns a reference to this object so that method calls can be chained together.
statusList - An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status
codes and an explanation of what each code means, go to the ICANN website and search for
epp status codes. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
Type: Array of String
public GetDomainDetailResult withStatusList(Collection<String> statusList)
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status
codes and an explanation of what each code means, go to the ICANN website and search for
epp status codes. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
Type: Array of String
Returns a reference to this object so that method calls can be chained together.
statusList - An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status
codes and an explanation of what each code means, go to the ICANN website and search for
epp status codes. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
Type: Array of String
public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.