Package de.hybris.platform.fraud.impl
Class FraudSymptom
java.lang.Object
de.hybris.platform.fraud.impl.FraudSymptom
Describes the fraud checking result for a single symptom.
-
Constructor Summary
ConstructorsConstructorDescriptionFraudSymptom(String symptom, double score) FraudSymptom(String explanation, double score, String symptom) -
Method Summary
-
Constructor Details
-
FraudSymptom
-
FraudSymptom
-
-
Method Details
-
getExplanation
- Returns:
- the explanation
-
getSymptom
- Returns:
- the symptom
-
getScore
public double getScore()- Returns:
- the score
-