Class QualityScoreTerm

java.lang.Object
ai.promoted.delivery.model.QualityScoreTerm

public class QualityScoreTerm extends Object
QualityScoreTerm
  • Field Details

  • Constructor Details

    • QualityScoreTerm

      public QualityScoreTerm()
  • Method Details

    • fetchMethod

      public QualityScoreTerm fetchMethod(Object fetchMethod)
    • getFetchMethod

      public Object getFetchMethod()
      Get fetchMethod
      Returns:
      fetchMethod
    • setFetchMethod

      public void setFetchMethod(Object fetchMethod)
    • fetchHigh

      public QualityScoreTerm fetchHigh(Float fetchHigh)
    • getFetchHigh

      public Float getFetchHigh()
      Get fetchHigh
      Returns:
      fetchHigh
    • setFetchHigh

      public void setFetchHigh(Float fetchHigh)
    • fetchLow

      public QualityScoreTerm fetchLow(Float fetchLow)
    • getFetchLow

      public Float getFetchLow()
      Get fetchLow
      Returns:
      fetchLow
    • setFetchLow

      public void setFetchLow(Float fetchLow)
    • offset

      public QualityScoreTerm offset(Float offset)
    • getOffset

      public Float getOffset()
      Get offset
      Returns:
      offset
    • setOffset

      public void setOffset(Float offset)
    • termConditionalEvaluation

      public QualityScoreTerm termConditionalEvaluation(TermConditionalEvaluation termConditionalEvaluation)
    • getTermConditionalEvaluation

      public TermConditionalEvaluation getTermConditionalEvaluation()
      Get termConditionalEvaluation
      Returns:
      termConditionalEvaluation
    • setTermConditionalEvaluation

      public void setTermConditionalEvaluation(TermConditionalEvaluation termConditionalEvaluation)
    • weight

      public QualityScoreTerm weight(Float weight)
    • getWeight

      public Float getWeight()
      Get weight
      Returns:
      weight
    • setWeight

      public void setWeight(Float weight)
    • equals

      public boolean equals(Object o)
      Return true if this QualityScoreTerm object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object