|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.glesys.domain.Domain
public class Domain
Domain data for a Glesys account.
| Nested Class Summary | |
|---|---|
static class |
Domain.Builder<T extends Domain.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
Domain(String domainName,
Date createTime,
int recordCount,
GleSYSBoolean useGlesysNameServer,
String primaryNameServer,
String responsiblePerson,
int ttl,
int refresh,
int retry,
int expire,
int minimum)
|
| Method Summary | |
|---|---|
static Domain.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
Date |
getCreateTime()
|
int |
getExpire()
The number of seconds a master or slave will wait before considering the data stale if it cannot reach the primary name server |
int |
getMinimum()
The minimum/default TTL if the domain does not specify ttl |
String |
getName()
|
String |
getPrimaryNameServer()
|
int |
getRecordCount()
|
int |
getRefresh()
The number of seconds between update requests from secondary and slave name servers |
String |
getResponsiblePerson()
The E-mail address of the person responsible for this domain (reformatted with '.' at end). |
int |
getRetry()
The number of seconds the secondary/slave will wait before retrying when the last attempt failed |
int |
getTtl()
TTL (time to live). |
int |
hashCode()
|
boolean |
isUseGlesysNameServer()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Domain.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"domainname","createtime","recordcount","usingglesysnameserver","primarynameserver","responsibleperson","ttl","refresh","retry","expire","minimum"})
protected Domain(String domainName,
@Nullable
Date createTime,
int recordCount,
GleSYSBoolean useGlesysNameServer,
@Nullable
String primaryNameServer,
@Nullable
String responsiblePerson,
int ttl,
int refresh,
int retry,
int expire,
int minimum)
| Method Detail |
|---|
public static Domain.Builder<?> builder()
public Domain.Builder<?> toBuilder()
public String getName()
public Date getCreateTime()
public int getRecordCount()
public boolean isUseGlesysNameServer()
@Nullable public String getPrimaryNameServer()
@Nullable public String getResponsiblePerson()
public int getTtl()
public int getRefresh()
public int getRetry()
public int getExpire()
public int getMinimum()
getTtl()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||