Uses of Record Class
com.maxmind.minfraud.response.GeoIp2Location
Packages that use GeoIp2Location
-
Uses of GeoIp2Location in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return GeoIp2LocationModifier and TypeMethodDescriptionIpAddress.getLocation()Deprecated, for removal: This API element is subject to removal in a future version.IpAddress.location()Returns the value of thelocationrecord component.Constructors in com.maxmind.minfraud.response with parameters of type GeoIp2LocationModifierConstructorDescriptionIpAddress(com.maxmind.geoip2.record.City city, com.maxmind.geoip2.record.Continent continent, com.maxmind.geoip2.record.Country country, GeoIp2Location location, com.maxmind.geoip2.record.Postal postal, com.maxmind.geoip2.record.Country registeredCountry, com.maxmind.geoip2.record.RepresentedCountry representedCountry, Double risk, List<IpRiskReason> riskReasons, List<com.maxmind.geoip2.record.Subdivision> subdivisions, com.maxmind.geoip2.record.Traits traits) Compact canonical constructor that sets defaults for null values.
IpAddress.location()instead.