org.jclouds.ultradns.ws.domain
Class TrafficControllerPoolRecord

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

public class TrafficControllerPoolRecord
extends Object


Method Summary
static TrafficControllerPoolRecord create(String type, String rdata)
           
static TrafficControllerPoolRecord createA(String rdata)
           
static TrafficControllerPoolRecord createCNAME(String rdata)
           
 boolean equals(Object obj)
           
 String getRData()
          address or cname this points to.
 String getType()
          the type of the record, either A or CNAME
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

createA

public static TrafficControllerPoolRecord createA(String rdata)

createCNAME

public static TrafficControllerPoolRecord createCNAME(String rdata)

create

public static TrafficControllerPoolRecord create(String type,
                                                 String rdata)

getType

public String getType()
the type of the record, either A or CNAME


getRData

public String getRData()
address or cname this points to. ex. jclouds.org. or 1.2.3.4


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


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