public class DesignateZone extends Object implements Zone
| Modifier and Type | Class and Description |
|---|---|
static class |
DesignateZone.ZoneConcreteBuilder |
static class |
DesignateZone.Zones |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
DesignateZone() |
| Modifier and Type | Method and Description |
|---|---|
static ZoneBuilder |
builder() |
boolean |
equals(Object obj) |
Action |
getAction() |
String |
getCreatedAt() |
String |
getDescription() |
String |
getEmail() |
String |
getId() |
Map<String,String> |
getLinks() |
List<String> |
getMasters() |
String |
getName() |
String |
getPoolId() |
String |
getProjectId() |
String |
getSerial() |
Status |
getStatus() |
String |
getTransferedAt() |
Integer |
getTTL() |
ZoneType |
getType() |
String |
getUpdatedAt() |
Integer |
getVersion() |
int |
hashCode() |
ZoneBuilder |
toBuilder() |
String |
toString() |
public static ZoneBuilder builder()
public ZoneBuilder toBuilder()
toBuilder in interface Buildable<ZoneBuilder>public String getPoolId()
public String getProjectId()
getProjectId in interface Zonepublic String getName()
public String getEmail()
public Integer getTTL()
public String getSerial()
public Status getStatus()
public Action getAction()
public String getDescription()
getDescription in interface Zonepublic List<String> getMasters()
getMasters in interface Zonepublic String getTransferedAt()
getTransferedAt in interface Zonepublic Integer getVersion()
getVersion in interface Zonepublic String getCreatedAt()
getCreatedAt in interface Zonepublic String getUpdatedAt()
getUpdatedAt in interface ZoneCopyright © 2017. All rights reserved.