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 Zone
public String getName()
public String getEmail()
public Integer getTTL()
public String getSerial()
public Status getStatus()
public Action getAction()
public String getDescription()
getDescription
in interface Zone
public List<String> getMasters()
getMasters
in interface Zone
public String getTransferedAt()
getTransferedAt
in interface Zone
public Integer getVersion()
getVersion
in interface Zone
public String getCreatedAt()
getCreatedAt
in interface Zone
public String getUpdatedAt()
getUpdatedAt
in interface Zone
Copyright © 2017. All rights reserved.