org.jclouds.ultradns.ws.domain
Class DirectionalPoolRecordDetail

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

public class DirectionalPoolRecordDetail
extends Object


Nested Class Summary
static class DirectionalPoolRecordDetail.Builder
           
 
Method Summary
static DirectionalPoolRecordDetail.Builder builder()
           
 boolean equals(Object obj)
           
 com.google.common.base.Optional<IdAndName> getGeolocationGroup()
          group containing territories.
 com.google.common.base.Optional<IdAndName> getGroup()
          group containing all regions that you have not specifically configured in getGeolocationGroup()
 String getId()
           
 String getName()
           
 DirectionalPoolRecord getRecord()
           
 com.google.common.base.Optional<IdAndName> getSourceIpGroup()
          group containing IPV4 or IPV6 ranges.
 String getZoneName()
           
 int hashCode()
           
 DirectionalPoolRecordDetail.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getZoneName

public String getZoneName()

getName

public String getName()

getId

public String getId()

getGroup

public com.google.common.base.Optional<IdAndName> getGroup()
group containing all regions that you have not specifically configured in getGeolocationGroup()


getGeolocationGroup

public com.google.common.base.Optional<IdAndName> getGeolocationGroup()
group containing territories.


getSourceIpGroup

public com.google.common.base.Optional<IdAndName> getSourceIpGroup()
group containing IPV4 or IPV6 ranges.


getRecord

public DirectionalPoolRecord getRecord()

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 DirectionalPoolRecordDetail.Builder builder()

toBuilder

public DirectionalPoolRecordDetail.Builder toBuilder()


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