Modifier and Type | Field and Description |
---|---|
protected Date |
createTime |
protected String |
domainName |
protected int |
expire |
protected int |
minimum |
protected String |
primaryNameServer |
protected int |
recordCount |
protected int |
refresh |
protected String |
responsiblePerson |
protected int |
retry |
protected int |
ttl |
protected boolean |
useGlesysNameServer |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Domain |
build() |
T |
createTime(Date createTime) |
T |
domainName(String domainName) |
T |
expire(int expire) |
T |
fromDomain(Domain in) |
T |
minimum(int minimum) |
T |
primaryNameServer(String primaryNameServer) |
T |
recordCount(int recordCount) |
T |
refresh(int refresh) |
T |
responsiblePerson(String responsiblePerson) |
T |
retry(int retry) |
protected abstract T |
self() |
T |
ttl(int ttl) |
T |
useGlesysNameServer(boolean useGlesysNameServer) |
protected String domainName
protected Date createTime
protected int recordCount
protected boolean useGlesysNameServer
protected String primaryNameServer
protected String responsiblePerson
protected int ttl
protected int refresh
protected int retry
protected int expire
protected int minimum
protected abstract T self()
public T domainName(String domainName)
Domain.getName()
public T createTime(Date createTime)
Domain.getCreateTime()
public T recordCount(int recordCount)
Domain.getRecordCount()
public T useGlesysNameServer(boolean useGlesysNameServer)
Domain.isUseGlesysNameServer()
public T primaryNameServer(String primaryNameServer)
Domain.getPrimaryNameServer()
public T responsiblePerson(String responsiblePerson)
Domain.getResponsiblePerson()
public T ttl(int ttl)
Domain.getTtl()
public T refresh(int refresh)
Domain.getRefresh()
public T retry(int retry)
Domain.getRetry()
public T expire(int expire)
Domain.getExpire()
public T minimum(int minimum)
Domain.getMinimum()
public Domain build()
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.