java.lang.Object
com.maxmind.geoip2.model.AbstractResponse
com.maxmind.geoip2.model.AbstractCountryResponse
com.maxmind.geoip2.model.CountryResponse
This class provides a model for the data returned by the Country web service
and the Country database.
- See Also:
-
Constructor Summary
ConstructorDescriptionCountryResponse
(CountryResponse response, String ipAddress, Network network, List<String> locales) CountryResponse
(Continent continent, Country country, MaxMind maxmind, Country registeredCountry, RepresentedCountry representedCountry, Traits traits) -
Method Summary
Methods inherited from class com.maxmind.geoip2.model.AbstractCountryResponse
getContinent, getCountry, getMaxMind, getRegisteredCountry, getRepresentedCountry, getTraits
Methods inherited from class com.maxmind.geoip2.model.AbstractResponse
toJson, toString
-
Constructor Details
-
CountryResponse
-
CountryResponse
public CountryResponse(CountryResponse response, String ipAddress, Network network, List<String> locales)
-