Class Location.Subdivision

  • Enclosing class:
    Location

    public static class Location.Subdivision
    extends Object
    • Field Detail

      • geoNameId

        private final Integer geoNameId
        The GeoName id of this subdivision.
        Since:
        15.24
      • name

        private final String name
        The name of the subdivision.
        Since:
        15.24
      • isoCode

        private String isoCode
        The ISO-3166-2 code of the subdivision.
        Since:
        15.24
    • Constructor Detail

    • Method Detail

      • getGeoNameId

        public Integer getGeoNameId()
      • getName

        public String getName()
      • getIsoCode

        public String getIsoCode()