Class GeoRegionGroup


  • public class GeoRegionGroup
    extends Object
    • 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