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 class
RecordDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordDetail.Builder
builder()
boolean
equals(Object obj)
String
getComment()
Date
getCreated()
When this record was created.String
getData()
String
getId()
String
getName()
Integer
getPriority()
Record
getRecord()
The Record.int
getTTL()
String
getType()
Date
getUpdated()
When this record was updated.int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
RecordDetail.Builder
toBuilder()
String
toString()
-
-
-
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()
-
-