Class RecordDetail
- java.lang.Object
-
- org.jclouds.rackspace.clouddns.v1.domain.RecordDetail
-
public class RecordDetail extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecordDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordDetail.Builderbuilder()booleanequals(Object obj)StringgetComment()DategetCreated()When this record was created.StringgetData()StringgetId()StringgetName()IntegergetPriority()RecordgetRecord()The Record.intgetTTL()StringgetType()DategetUpdated()When this record was updated.inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()RecordDetail.BuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getCreated
public Date getCreated()
When this record was created.
-
getUpdated
public Date getUpdated()
When this record was updated.
-
getRecord
public Record getRecord()
The Record.
-
getName
public String getName()
- See Also:
Record.Builder.name(String)
-
getType
public String getType()
- See Also:
Record.Builder.type(String)
-
getTTL
public int getTTL()
- See Also:
Record.Builder#ttl(Integer)
-
getData
public String getData()
- See Also:
Record.Builder.data(String)
-
getPriority
public Integer getPriority()
- See Also:
Record.Builder.priority(Integer)
-
getComment
public String getComment()
- See Also:
Record.Builder.comment(String)
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static RecordDetail.Builder builder()
-
toBuilder
public RecordDetail.Builder toBuilder()
-
-