public class Domain extends ListObject<Domain>
Modifier and Type | Class and Description |
---|---|
static class |
Domain.State
Domain state.
|
Constructor and Description |
---|
Domain() |
Modifier and Type | Method and Description |
---|---|
Date |
getChanged()
Returns the changed date.
|
Date |
getCreated()
Returns the created date.
|
String |
getName()
Returns the domain name.
|
List<WhoisServer> |
getWhoisServers()
Returns the whois servers.
|
void |
setChanged(Date changed)
Sets the changed date.
|
void |
setCreated(Date created)
Sets the created date.
|
void |
setName(String name)
Sets the domain name.
|
void |
setWhoisServers(List<WhoisServer> whoisServers)
Sets the whois servers.
|
String |
toString() |
public final String getName()
public final void setName(String name)
name
- the domain namepublic final List<WhoisServer> getWhoisServers()
public final void setWhoisServers(List<WhoisServer> whoisServers)
whoisServers
- the whois serverspublic final Date getCreated()
public final void setCreated(Date created)
created
- the created date, may be nullpublic final Date getChanged()
public final void setChanged(Date changed)
changed
- the changed date, or nullCopyright © 2016. All rights reserved.