Interface IpAddressInterface

All Known Implementing Classes:
IpAddress, ScoreIpAddress

public interface IpAddressInterface
Interface for IP address risk models.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Double
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use risk() instead.
     
  • 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.