Package com.maxmind.geoip2.record
Class Country
java.lang.Object
com.maxmind.geoip2.record.AbstractRecord
com.maxmind.geoip2.record.AbstractNamedRecord
com.maxmind.geoip2.record.Country
- Direct Known Subclasses:
RepresentedCountry
Contains data for the country record associated with an IP address.
Do not use any of the country names as a database or map key. Use the value
returned by AbstractNamedRecord.getGeoNameId()
or getIsoCode()
instead.
-
Constructor Summary
ConstructorDescriptionCountry()
Country
(List<String> locales, Integer confidence, Integer geoNameId, boolean isInEuropeanUnion, String isoCode, Map<String, String> names) Country
(List<String> locales, Integer confidence, Integer geoNameId, String isoCode, Map<String, String> names) Deprecated.This constructor exists for backwards compatibility.Country
(List<String> locales, Integer confidence, Long geoNameId, Boolean isInEuropeanUnion, String isoCode, Map<String, String> names) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class com.maxmind.geoip2.record.AbstractNamedRecord
getGeoNameId, getName, getNames
Methods inherited from class com.maxmind.geoip2.record.AbstractRecord
toJson, toString
-
Constructor Details
-
Method Details
-
getConfidence
- Returns:
- A value from 0-100 indicating MaxMind's confidence that the country is correct. This attribute is only available from the Insights web service and the GeoIP2 Enterprise database.
-
isInEuropeanUnion
public boolean isInEuropeanUnion()- Returns:
- This is true if the country is a member state of the European Union.
-
getIsoCode
- Returns:
- The two-character ISO 3166-1 alpha code for the country.
-