org.jclouds.ultradns.ws.domain
Class ResourceRecord

java.lang.Object
  extended by org.jclouds.ultradns.ws.domain.ResourceRecord

public class ResourceRecord
extends Object


Nested Class Summary
static class ResourceRecord.Builder
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          the dName of the record.
 List<String> getRData()
          type-specific binary values.
 int getTTL()
           
 int getType()
          the type value.
 int hashCode()
           
static ResourceRecord.Builder rrBuilder()
           
 ResourceRecord.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
the dName of the record.


getType

public int getType()
the type value. ex 1 for type A


getTTL

public int getTTL()

getRData

public List<String> getRData()
type-specific binary values.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

rrBuilder

public static ResourceRecord.Builder rrBuilder()

toBuilder

public ResourceRecord.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.