Package org.jclouds.dynect.v3.domain
Class GeoRegionGroup
- java.lang.Object
-
- org.jclouds.dynect.v3.domain.GeoRegionGroup
-
public class GeoRegionGroup extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeoRegionGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeoRegionGroup.Builder
builder()
boolean
equals(Object obj)
permits equals comparisons with subtypesList<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 GroupList<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()
-
-
-
Method Detail
-
getServiceName
public com.google.common.base.Optional<String> getServiceName()
Name of the Geo Service. Absent, if a member ofGeoService
-
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.
-
equals
public boolean equals(Object obj)
permits equals comparisons with subtypes
-
builder
public static GeoRegionGroup.Builder builder()
-
toBuilder
public GeoRegionGroup.Builder toBuilder()
-
-