Package ai.promoted.delivery.model
Class TermConditionalEvaluation
java.lang.Object
ai.promoted.delivery.model.TermConditionalEvaluation
TermConditionalEvaluation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) booleanReturn true if this TermConditionalEvaluation object is equal to o.evalMethod(Object evalMethod) Get attributeNameGet evalMethodGet hashedAttributeGet valueIfFalseinthashCode()hashedAttribute(Integer hashedAttribute) voidsetAttributeName(String attributeName) voidsetEvalMethod(Object evalMethod) voidsetHashedAttribute(Integer hashedAttribute) voidsetValueIfFalse(Float valueIfFalse) toString()valueIfFalse(Float valueIfFalse)
-
Field Details
-
JSON_PROPERTY_EVAL_METHOD
- See Also:
-
JSON_PROPERTY_ATTRIBUTE_NAME
- See Also:
-
JSON_PROPERTY_HASHED_ATTRIBUTE
- See Also:
-
JSON_PROPERTY_VALUE_IF_FALSE
- See Also:
-
-
Constructor Details
-
TermConditionalEvaluation
public TermConditionalEvaluation()
-
-
Method Details
-
evalMethod
-
getEvalMethod
Get evalMethod- Returns:
- evalMethod
-
setEvalMethod
-
attributeName
-
getAttributeName
Get attributeName- Returns:
- attributeName
-
setAttributeName
-
hashedAttribute
-
getHashedAttribute
Get hashedAttribute- Returns:
- hashedAttribute
-
setHashedAttribute
-
valueIfFalse
-
getValueIfFalse
Get valueIfFalse- Returns:
- valueIfFalse
-
setValueIfFalse
-
equals
Return true if this TermConditionalEvaluation object is equal to o. -
hashCode
public int hashCode() -
toString
-