Package ai.promoted.delivery.model
Class TermConditionalEvaluation
- java.lang.Object
-
- ai.promoted.delivery.model.TermConditionalEvaluation
-
public class TermConditionalEvaluation extends Object
TermConditionalEvaluation
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ATTRIBUTE_NAMEstatic StringJSON_PROPERTY_EVAL_METHODstatic StringJSON_PROPERTY_HASHED_ATTRIBUTEstatic StringJSON_PROPERTY_VALUE_IF_FALSE
-
Constructor Summary
Constructors Constructor Description TermConditionalEvaluation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TermConditionalEvaluationattributeName(String attributeName)booleanequals(Object o)Return true if this TermConditionalEvaluation object is equal to o.TermConditionalEvaluationevalMethod(Object evalMethod)StringgetAttributeName()Get attributeNameObjectgetEvalMethod()Get evalMethodIntegergetHashedAttribute()Get hashedAttributeFloatgetValueIfFalse()Get valueIfFalseinthashCode()TermConditionalEvaluationhashedAttribute(Integer hashedAttribute)voidsetAttributeName(String attributeName)voidsetEvalMethod(Object evalMethod)voidsetHashedAttribute(Integer hashedAttribute)voidsetValueIfFalse(Float valueIfFalse)StringtoString()TermConditionalEvaluationvalueIfFalse(Float valueIfFalse)
-
-
-
Field Detail
-
JSON_PROPERTY_EVAL_METHOD
public static final String JSON_PROPERTY_EVAL_METHOD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ATTRIBUTE_NAME
public static final String JSON_PROPERTY_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HASHED_ATTRIBUTE
public static final String JSON_PROPERTY_HASHED_ATTRIBUTE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE_IF_FALSE
public static final String JSON_PROPERTY_VALUE_IF_FALSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
evalMethod
public TermConditionalEvaluation evalMethod(Object evalMethod)
-
getEvalMethod
public Object getEvalMethod()
Get evalMethod- Returns:
- evalMethod
-
setEvalMethod
public void setEvalMethod(Object evalMethod)
-
attributeName
public TermConditionalEvaluation attributeName(String attributeName)
-
getAttributeName
public String getAttributeName()
Get attributeName- Returns:
- attributeName
-
setAttributeName
public void setAttributeName(String attributeName)
-
hashedAttribute
public TermConditionalEvaluation hashedAttribute(Integer hashedAttribute)
-
getHashedAttribute
public Integer getHashedAttribute()
Get hashedAttribute- Returns:
- hashedAttribute
-
setHashedAttribute
public void setHashedAttribute(Integer hashedAttribute)
-
valueIfFalse
public TermConditionalEvaluation valueIfFalse(Float valueIfFalse)
-
getValueIfFalse
public Float getValueIfFalse()
Get valueIfFalse- Returns:
- valueIfFalse
-
setValueIfFalse
public void setValueIfFalse(Float valueIfFalse)
-
equals
public boolean equals(Object o)
Return true if this TermConditionalEvaluation object is equal to o.
-
-