org.jclouds.ultradns.ws.domain
Class RoundRobinPool

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

public final class RoundRobinPool
extends Object


Nested Class Summary
static class RoundRobinPool.Builder
           
static class RoundRobinPool.RecordType
          currently supported types for round robin pools.
 
Method Summary
static RoundRobinPool.Builder builder()
           
 boolean equals(Object obj)
           
 String getDName()
          The dname of the pool.
 String getId()
          The ID of the pool.
 String getName()
          The name of the pool.
 String getZoneId()
          The ID of the zone.
 int hashCode()
           
 RoundRobinPool.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getZoneId

public String getZoneId()
The ID of the zone.


getId

public String getId()
The ID of the pool.


getName

public String getName()
The name of the pool. ex. My Pool


getDName

public String getDName()
The dname of the pool. ex. jclouds.org.


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

builder

public static RoundRobinPool.Builder builder()

toBuilder

public RoundRobinPool.Builder toBuilder()


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