public class DesignateRecordset extends Object implements Recordset
Modifier and Type | Class and Description |
---|---|
static class |
DesignateRecordset.RecordsetConcreteBuilder |
static class |
DesignateRecordset.Recordsets |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
DesignateRecordset() |
Modifier and Type | Method and Description |
---|---|
static RecordsetBuilder |
builder() |
boolean |
equals(Object obj) |
Action |
getAction() |
String |
getCreatedAt() |
String |
getDescription() |
String |
getId() |
Map<String,String> |
getLinks() |
String |
getName() |
String |
getProjectId() |
List<String> |
getRecords() |
Status |
getStatus() |
String |
getTTL() |
String |
getType() |
String |
getUpdatedAt() |
Integer |
getVersion() |
String |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
RecordsetBuilder |
toBuilder() |
String |
toString() |
public static RecordsetBuilder builder()
public RecordsetBuilder toBuilder()
toBuilder
in interface Buildable<RecordsetBuilder>
public String getId()
public String getProjectId()
getProjectId
in interface Recordset
public String getName()
public String getTTL()
public Status getStatus()
public Action getAction()
public String getZoneId()
public String getZoneName()
getZoneName
in interface Recordset
public String getDescription()
getDescription
in interface Recordset
public String getType()
public Integer getVersion()
getVersion
in interface Recordset
public String getCreatedAt()
getCreatedAt
in interface Recordset
public String getUpdatedAt()
getUpdatedAt
in interface Recordset
public List<String> getRecords()
getRecords
in interface Recordset
Copyright © 2017. All rights reserved.