Class FraudCheckResult


  • public class FraudCheckResult
    extends Object
    FraudCheckResult
    • Constructor Detail

      • FraudCheckResult

        public FraudCheckResult()
    • Method Detail

      • getName

        public String getName()
        the name of the risk check
        Returns:
        name
      • setName

        public void setName​(String name)
      • getAccountScore

        public Integer getAccountScore()
        the fraud score generated by the risk check
        Returns:
        accountScore
      • setAccountScore

        public void setAccountScore​(Integer accountScore)
      • getCheckId

        public Integer getCheckId()
        the id of the risk check
        Returns:
        checkId
      • setCheckId

        public void setCheckId​(Integer checkId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object