org.jclouds.rackspace.clouddns.v1.domain
Class RecordDetail
java.lang.Object
org.jclouds.rackspace.clouddns.v1.domain.RecordDetail
public class RecordDetail
- extends Object
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)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
builder
public static RecordDetail.Builder builder()
toBuilder
public RecordDetail.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.