Uses of Class
com.maxmind.minfraud.response.GeoIp2Country
-
Packages that use GeoIp2Country Package Description com.maxmind.minfraud.response -
-
Uses of GeoIp2Country in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return GeoIp2Country Modifier and Type Method Description GeoIp2Country
IpAddress. getCountry()
Constructors in com.maxmind.minfraud.response with parameters of type GeoIp2Country Constructor Description IpAddress(com.maxmind.geoip2.record.City city, com.maxmind.geoip2.record.Continent continent, GeoIp2Country country, GeoIp2Location location, com.maxmind.geoip2.record.MaxMind maxmind, com.maxmind.geoip2.record.Postal postal, com.maxmind.geoip2.record.Country registeredCountry, com.maxmind.geoip2.record.RepresentedCountry representedCountry, Double risk, List<com.maxmind.geoip2.record.Subdivision> subdivisions, com.maxmind.geoip2.record.Traits traits)
-