org.jclouds.rackspace.clouddns.v1.domain
Class RecordDetail

java.lang.Object
  extended by org.jclouds.rackspace.clouddns.v1.domain.RecordDetail

public class RecordDetail
extends Object


Nested Class Summary
static class RecordDetail.Builder
           
 
Method Summary
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.Objects.ToStringHelper string()
           
 RecordDetail.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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)

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.