org.jclouds.dynect.v3.domain
Class GeoRegionGroup

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.GeoRegionGroup

public class GeoRegionGroup
extends Object


Nested Class Summary
static class GeoRegionGroup.Builder
           
 
Method Summary
static GeoRegionGroup.Builder builder()
           
 boolean equals(Object obj)
          permits equals comparisons with subtypes
 List<String> getCountries()
          A list of ISO-3166 two letter codes to represent the names of countries and their subdivisions or one of the predefined groups.
 String getName()
          Name of the Region Group
 List<RecordSet> getRecordSets()
          record sets assigned to this region group.
 com.google.common.base.Optional<String> getServiceName()
          Name of the Geo Service.
 int hashCode()
           
 GeoRegionGroup.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getServiceName

public com.google.common.base.Optional<String> getServiceName()
Name of the Geo Service. Absent, if a member of GeoService


getName

public String getName()
Name of the Region Group


getCountries

public List<String> getCountries()
A list of ISO-3166 two letter codes to represent the names of countries and their subdivisions or one of the predefined groups.


getRecordSets

public List<RecordSet> getRecordSets()
record sets assigned to this region group.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
permits equals comparisons with subtypes

Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

builder

public static GeoRegionGroup.Builder builder()

toBuilder

public GeoRegionGroup.Builder toBuilder()


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