@Deprecated public class GeoRegionGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoRegionGroup.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoRegionGroup.Builder |
builder()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
permits equals comparisons with subtypes
|
List<String> |
getCountries()
Deprecated.
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()
Deprecated.
Name of the Region Group
|
List<RecordSet> |
getRecordSets()
Deprecated.
record sets assigned to this region group.
|
com.google.common.base.Optional<String> |
getServiceName()
Deprecated.
Name of the Geo Service.
|
int |
hashCode()
Deprecated.
|
GeoRegionGroup.Builder |
toBuilder()
Deprecated.
|
String |
toString()
Deprecated.
|
public com.google.common.base.Optional<String> getServiceName()
GeoServicepublic String getName()
public List<String> getCountries()
public List<RecordSet> getRecordSets()
public boolean equals(Object obj)
public static GeoRegionGroup.Builder builder()
public GeoRegionGroup.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.