Package ai.promoted.delivery.model
Class QualityScoreTerm
java.lang.Object
ai.promoted.delivery.model.QualityScoreTerm
QualityScoreTerm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this QualityScoreTerm object is equal to o.fetchMethod(Object fetchMethod) Get fetchHighGet fetchLowGet fetchMethodGet offsetGet termConditionalEvaluationGet weightinthashCode()voidsetFetchHigh(Float fetchHigh) voidsetFetchLow(Float fetchLow) voidsetFetchMethod(Object fetchMethod) voidvoidsetTermConditionalEvaluation(TermConditionalEvaluation termConditionalEvaluation) voidtermConditionalEvaluation(TermConditionalEvaluation termConditionalEvaluation) toString()
-
Field Details
-
JSON_PROPERTY_FETCH_METHOD
- See Also:
-
JSON_PROPERTY_FETCH_HIGH
- See Also:
-
JSON_PROPERTY_FETCH_LOW
- See Also:
-
JSON_PROPERTY_OFFSET
- See Also:
-
JSON_PROPERTY_TERM_CONDITIONAL_EVALUATION
- See Also:
-
JSON_PROPERTY_WEIGHT
- See Also:
-
-
Constructor Details
-
QualityScoreTerm
public QualityScoreTerm()
-
-
Method Details
-
fetchMethod
-
getFetchMethod
Get fetchMethod- Returns:
- fetchMethod
-
setFetchMethod
-
fetchHigh
-
getFetchHigh
Get fetchHigh- Returns:
- fetchHigh
-
setFetchHigh
-
fetchLow
-
getFetchLow
Get fetchLow- Returns:
- fetchLow
-
setFetchLow
-
offset
-
getOffset
Get offset- Returns:
- offset
-
setOffset
-
termConditionalEvaluation
public QualityScoreTerm termConditionalEvaluation(TermConditionalEvaluation termConditionalEvaluation) -
getTermConditionalEvaluation
Get termConditionalEvaluation- Returns:
- termConditionalEvaluation
-
setTermConditionalEvaluation
-
weight
-
getWeight
Get weight- Returns:
- weight
-
setWeight
-
equals
Return true if this QualityScoreTerm object is equal to o. -
hashCode
public int hashCode() -
toString
-