JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
com.maxmind.minfraud
com.maxmind.minfraud.response
IpAddressInterface
Contents
Description
Method Summary
Method Details
risk()
getRisk()
Hide sidebar
Show sidebar
Interface IpAddressInterface
All Known Implementing Classes:
IpAddress
,
ScoreIpAddress
public interface
IpAddressInterface
Interface for IP address risk models.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Deprecated Methods
Modifier and Type
Method
Description
default
Double
getRisk
()
Deprecated, for removal: This API element is subject to removal in a future version.
Use
risk()
instead.
Double
risk
()
Method Details
risk
Double
risk
()
Returns:
The risk associated with the IP address.
getRisk
@Deprecated
(
since
="4.0.0",
forRemoval
=true)
default
Double
getRisk
()
Deprecated, for removal: This API element is subject to removal in a future version.
Use
risk()
instead. This method will be removed in 5.0.0.
Returns:
The risk associated with the IP address.
risk()instead.