public class Domain extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Domain.Builder<T extends Domain.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Domain(String domainName,
Date createTime,
int recordCount,
GleSYSBoolean useGlesysNameServer,
String primaryNameServer,
String responsiblePerson,
int ttl,
int refresh,
int retry,
int expire,
int minimum) |
Modifier and Type | Method and Description |
---|---|
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() |
@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)
public static Domain.Builder<?> builder()
public Domain.Builder<?> toBuilder()
public String getName()
public Date getCreateTime()
public int getRecordCount()
public boolean isUseGlesysNameServer()
@Nullable public String getResponsiblePerson()
public int getTtl()
public int getRefresh()
public int getRetry()
public int getExpire()
public int getMinimum()
getTtl()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.