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 Recordsetpublic String getName()
public String getTTL()
public Status getStatus()
public Action getAction()
public String getZoneId()
public String getZoneName()
getZoneName in interface Recordsetpublic String getDescription()
getDescription in interface Recordsetpublic String getType()
public Integer getVersion()
getVersion in interface Recordsetpublic String getCreatedAt()
getCreatedAt in interface Recordsetpublic String getUpdatedAt()
getUpdatedAt in interface Recordsetpublic List<String> getRecords()
getRecords in interface RecordsetCopyright © 2017. All rights reserved.