Class GetDomainDetailResult
- All Implemented Interfaces:
Serializable
,Cloneable
The GetDomainDetail response includes the following elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.Phone number for reporting abuse.Provides details about the domain administrative contact.Specifies whether contact information for the admin contact is concealed from WHOIS queries.Specifies whether the domain registration is set to renew automatically.The date when the domain was created as found in the response to a WHOIS query.Reserved for future use.The name of a domain.The date when the registration for the domain is set to expire.The name of the domain.Provides details about the domain registrant.Specifies whether contact information for the registrant contact is concealed from WHOIS queries.Name of the registrar of the domain as identified in the registry.Web address of the registrar.Reserved for future use.Reseller of the domain.An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.Provides details about the domain technical contact.Specifies whether contact information for the tech contact is concealed from WHOIS queries.The last updated date of the domain as found in the response to a WHOIS query.The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.int
hashCode()
Specifies whether contact information for the admin contact is concealed from WHOIS queries.Specifies whether the domain registration is set to renew automatically.Specifies whether contact information for the registrant contact is concealed from WHOIS queries.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
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.toString()
Returns a string representation of this object; useful for testing and debugging.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.withAbuseContactPhone
(String abuseContactPhone) Phone number for reporting abuse.withAdminContact
(ContactDetail adminContact) Provides details about the domain administrative contact.withAdminPrivacy
(Boolean adminPrivacy) Specifies whether contact information for the admin contact is concealed from WHOIS queries.withAutoRenew
(Boolean autoRenew) Specifies whether the domain registration is set to renew automatically.withCreationDate
(Date creationDate) The date when the domain was created as found in the response to a WHOIS query.withDnsSec
(String dnsSec) Reserved for future use.withDomainName
(String domainName) The name of a domain.withExpirationDate
(Date expirationDate) The date when the registration for the domain is set to expire.withNameservers
(Nameserver... nameservers) The name of the domain.withNameservers
(Collection<Nameserver> nameservers) The name of the domain.withRegistrantContact
(ContactDetail registrantContact) Provides details about the domain registrant.withRegistrantPrivacy
(Boolean registrantPrivacy) Specifies whether contact information for the registrant contact is concealed from WHOIS queries.withRegistrarName
(String registrarName) Name of the registrar of the domain as identified in the registry.withRegistrarUrl
(String registrarUrl) Web address of the registrar.withRegistryDomainId
(String registryDomainId) Reserved for future use.withReseller
(String reseller) Reseller of the domain.withStatusList
(String... statusList) An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.withStatusList
(Collection<String> statusList) An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.withTechContact
(ContactDetail techContact) Provides details about the domain technical contact.withTechPrivacy
(Boolean techPrivacy) Specifies whether contact information for the tech contact is concealed from WHOIS queries.withUpdatedDate
(Date updatedDate) The last updated date of the domain as found in the response to a WHOIS query.withWhoIsServer
(String whoIsServer) The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
-
Constructor Details
-
GetDomainDetailResult
public GetDomainDetailResult()
-
-
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.
-
getNameservers
The name of the domain.
Type: String
- Returns:
- The name of the domain.
Type: String
-
setNameservers
The name of the domain.
Type: String
- Parameters:
nameservers
- The name of the domain.Type: String
-
withNameservers
The name of the domain.
Type: String
NOTE: This method appends the values to the existing list (if any). Use
setNameservers(java.util.Collection)
orwithNameservers(java.util.Collection)
if you want to override the existing values.- Parameters:
nameservers
- The name of the domain.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withNameservers
The name of the domain.
Type: String
- Parameters:
nameservers
- The name of the domain.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAutoRenew
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
- Parameters:
autoRenew
- Specifies whether the domain registration is set to renew automatically.Type: Boolean
-
getAutoRenew
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
- Returns:
- Specifies whether the domain registration is set to renew
automatically.
Type: Boolean
-
withAutoRenew
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
- Parameters:
autoRenew
- Specifies whether the domain registration is set to renew automatically.Type: Boolean
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAutoRenew
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
- Returns:
- Specifies whether the domain registration is set to renew
automatically.
Type: Boolean
-
setAdminContact
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
- Parameters:
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
-
getAdminContact
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
- Returns:
- 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
-
withAdminContact
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRegistrantContact
Provides details about the domain registrant.
Type: Complex
Children:
FirstName
,MiddleName
,LastName
,ContactType
,OrganizationName
,AddressLine1
,AddressLine2
,City
,State
,CountryCode
,ZipCode
,PhoneNumber
,Email
,Fax
,ExtraParams
- Parameters:
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
-
getRegistrantContact
Provides details about the domain registrant.
Type: Complex
Children:
FirstName
,MiddleName
,LastName
,ContactType
,OrganizationName
,AddressLine1
,AddressLine2
,City
,State
,CountryCode
,ZipCode
,PhoneNumber
,Email
,Fax
,ExtraParams
- Returns:
- Provides details about the domain registrant.
Type: Complex
Children:
FirstName
,MiddleName
,LastName
,ContactType
,OrganizationName
,AddressLine1
,AddressLine2
,City
,State
,CountryCode
,ZipCode
,PhoneNumber
,Email
,Fax
,ExtraParams
-
withRegistrantContact
Provides details about the domain registrant.
Type: Complex
Children:
FirstName
,MiddleName
,LastName
,ContactType
,OrganizationName
,AddressLine1
,AddressLine2
,City
,State
,CountryCode
,ZipCode
,PhoneNumber
,Email
,Fax
,ExtraParams
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTechContact
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
- Parameters:
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
-
getTechContact
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
- Returns:
- 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
-
withTechContact
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAdminPrivacy
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
- Parameters:
adminPrivacy
- Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value istrue
, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.Type: Boolean
-
getAdminPrivacy
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
- Returns:
- 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
-
withAdminPrivacy
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
- Parameters:
adminPrivacy
- Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value istrue
, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.Type: Boolean
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAdminPrivacy
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
- Returns:
- 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
-
setRegistrantPrivacy
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
- Parameters:
registrantPrivacy
- Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value istrue
, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.Type: Boolean
-
getRegistrantPrivacy
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
- Returns:
- 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
-
withRegistrantPrivacy
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
- Parameters:
registrantPrivacy
- Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value istrue
, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.Type: Boolean
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRegistrantPrivacy
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
- Returns:
- 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
-
setTechPrivacy
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
- Parameters:
techPrivacy
- Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value istrue
, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.Type: Boolean
-
getTechPrivacy
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
- Returns:
- 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
-
withTechPrivacy
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
- Parameters:
techPrivacy
- Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value istrue
, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.Type: Boolean
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTechPrivacy
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
- Returns:
- 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
-
setRegistrarName
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
- Parameters:
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
-
getRegistrarName
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
- Returns:
- 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
-
withRegistrarName
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setWhoIsServer
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
- Parameters:
whoIsServer
- The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.Type: String
-
getWhoIsServer
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
- Returns:
- The fully qualified name of the WHOIS server that can answer the
WHOIS query for the domain.
Type: String
-
withWhoIsServer
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
- Parameters:
whoIsServer
- The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRegistrarUrl
Web address of the registrar.
Type: String
- Parameters:
registrarUrl
- Web address of the registrar.Type: String
-
getRegistrarUrl
Web address of the registrar.
Type: String
- Returns:
- Web address of the registrar.
Type: String
-
withRegistrarUrl
Web address of the registrar.
Type: String
- Parameters:
registrarUrl
- Web address of the registrar.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAbuseContactEmail
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
- Parameters:
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
-
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.
Type: String
- Returns:
- 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
-
withAbuseContactEmail
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAbuseContactPhone
Phone number for reporting abuse.
Type: String
- Parameters:
abuseContactPhone
- Phone number for reporting abuse.Type: String
-
getAbuseContactPhone
Phone number for reporting abuse.
Type: String
- Returns:
- Phone number for reporting abuse.
Type: String
-
withAbuseContactPhone
Phone number for reporting abuse.
Type: String
- Parameters:
abuseContactPhone
- Phone number for reporting abuse.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRegistryDomainId
Reserved for future use.
- Parameters:
registryDomainId
- Reserved for future use.
-
getRegistryDomainId
Reserved for future use.
- Returns:
- Reserved for future use.
-
withRegistryDomainId
Reserved for future use.
- Parameters:
registryDomainId
- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationDate
The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
- Parameters:
creationDate
- The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
-
getCreationDate
The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
- Returns:
- The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
-
withCreationDate
The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
- Parameters:
creationDate
- The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUpdatedDate
The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
- Parameters:
updatedDate
- The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
-
getUpdatedDate
The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
- Returns:
- The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
-
withUpdatedDate
The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
- Parameters:
updatedDate
- The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExpirationDate
The date when the registration for the domain is set to expire. The date format is Unix time.
- Parameters:
expirationDate
- The date when the registration for the domain is set to expire. The date format is Unix time.
-
getExpirationDate
The date when the registration for the domain is set to expire. The date format is Unix time.
- Returns:
- The date when the registration for the domain is set to expire. The date format is Unix time.
-
withExpirationDate
The date when the registration for the domain is set to expire. The date format is Unix time.
- Parameters:
expirationDate
- The date when the registration for the domain is set to expire. The date format is Unix time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReseller
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have
"Amazon"
as the reseller.Type: String
- Parameters:
reseller
- Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have"Amazon"
as the reseller.Type: String
-
getReseller
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have
"Amazon"
as the reseller.Type: String
- Returns:
- Reseller of the domain. Domains registered or transferred using
Amazon Route 53 domains will have
"Amazon"
as the reseller.Type: String
-
withReseller
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have
"Amazon"
as the reseller.Type: String
- Parameters:
reseller
- Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have"Amazon"
as the reseller.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDnsSec
Reserved for future use.
- Parameters:
dnsSec
- Reserved for future use.
-
getDnsSec
Reserved for future use.
- Returns:
- Reserved for future use.
-
withDnsSec
Reserved for future use.
- Parameters:
dnsSec
- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getStatusList
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
- Returns:
- 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
-
setStatusList
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
- Parameters:
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
-
withStatusList
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
NOTE: This method appends the values to the existing list (if any). Use
setStatusList(java.util.Collection)
orwithStatusList(java.util.Collection)
if you want to override the existing values.- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStatusList
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
- Parameters:
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
- 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
-