Class FraudSymptom

java.lang.Object
de.hybris.platform.fraud.impl.FraudSymptom

public class FraudSymptom extends Object
Describes the fraud checking result for a single symptom.
  • Constructor Details

    • FraudSymptom

      public FraudSymptom(String symptom, double score)
    • FraudSymptom

      public FraudSymptom(String explanation, double score, String symptom)
  • Method Details

    • getExplanation

      public String getExplanation()
      Returns:
      the explanation
    • getSymptom

      public String getSymptom()
      Returns:
      the symptom
    • getScore

      public double getScore()
      Returns:
      the score