Uses of Record Class
com.maxmind.minfraud.response.IpAddress
Packages that use IpAddress
-
Uses of IpAddress in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return IpAddressModifier and TypeMethodDescriptionFactorsResponse.getIpAddress()Deprecated, for removal: This API element is subject to removal in a future version.InsightsResponse.getIpAddress()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.ipAddress()instead.FactorsResponse.ipAddress()Returns the value of theipAddressrecord component.InsightsResponse.ipAddress()Returns the value of theipAddressrecord component.Constructors in com.maxmind.minfraud.response with parameters of type IpAddressModifierConstructorDescriptionFactorsResponse(BillingAddress billingAddress, Phone billingPhone, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, List<RiskScoreReason> riskScoreReasons, ShippingAddress shippingAddress, Phone shippingPhone, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.InsightsResponse(BillingAddress billingAddress, Phone billingPhone, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, Phone shippingPhone, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.
FactorsResponse.ipAddress()instead.