Package com.adyen.model
Class FraudCheckResult
- java.lang.Object
-
- com.adyen.model.FraudCheckResult
-
public class FraudCheckResult extends Object
FraudCheckResult
-
-
Constructor Summary
Constructors Constructor Description FraudCheckResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FraudCheckResultaccountScore(Integer accountScore)FraudCheckResultcheckId(Integer checkId)booleanequals(Object o)IntegergetAccountScore()the fraud score generated by the risk checkIntegergetCheckId()the id of the risk checkStringgetName()the name of the risk checkinthashCode()FraudCheckResultname(String name)voidsetAccountScore(Integer accountScore)voidsetCheckId(Integer checkId)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
name
public FraudCheckResult name(String name)
-
getName
public String getName()
the name of the risk check- Returns:
- name
-
setName
public void setName(String name)
-
accountScore
public FraudCheckResult accountScore(Integer accountScore)
-
getAccountScore
public Integer getAccountScore()
the fraud score generated by the risk check- Returns:
- accountScore
-
setAccountScore
public void setAccountScore(Integer accountScore)
-
checkId
public FraudCheckResult checkId(Integer checkId)
-
getCheckId
public Integer getCheckId()
the id of the risk check- Returns:
- checkId
-
setCheckId
public void setCheckId(Integer checkId)
-
-