Class RecordDetail
java.lang.Object
org.jclouds.rackspace.clouddns.v1.domain.RecordDetail
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordDetail.Builder
builder()
boolean
When this record was created.getData()
getId()
getName()
The Record.int
getTTL()
getType()
When this record was updated.int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Method Details
-
getId
-
getCreated
When this record was created. -
getUpdated
When this record was updated. -
getRecord
The Record. -
getName
- See Also:
-
getType
- See Also:
-
getTTL
public int getTTL()- See Also:
-
getData
- See Also:
-
getPriority
- See Also:
-
getComment
- See Also:
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
-
toBuilder
-