public class GeoRegionGroup extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GeoRegionGroup.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
public com.google.common.base.Optional<String> getServiceName()
GeoServicepublic String getName()
public List<String> getCountries()
public boolean equals(Object obj)
public static GeoRegionGroup.Builder builder()
public GeoRegionGroup.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.