Package ai.promoted.delivery.model
Class BlenderRule
- java.lang.Object
-
- ai.promoted.delivery.model.BlenderRule
-
public class BlenderRule extends Object
BlenderRule
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ATTRIBUTE_NAMEstatic StringJSON_PROPERTY_EVAL_METHODstatic StringJSON_PROPERTY_HASHED_ATTRIBUTEstatic StringJSON_PROPERTY_RULE
-
Constructor Summary
Constructors Constructor Description BlenderRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlenderRuleattributeName(String attributeName)booleanequals(Object o)Return true if this BlenderRule object is equal to o.BlenderRuleevalMethod(Object evalMethod)StringgetAttributeName()Get attributeNameObjectgetEvalMethod()Get evalMethodIntegergetHashedAttribute()Get hashedAttributeObjectgetRule()Get ruleinthashCode()BlenderRulehashedAttribute(Integer hashedAttribute)BlenderRulerule(Object rule)voidsetAttributeName(String attributeName)voidsetEvalMethod(Object evalMethod)voidsetHashedAttribute(Integer hashedAttribute)voidsetRule(Object rule)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_EVAL_METHOD
public static final String JSON_PROPERTY_EVAL_METHOD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RULE
public static final String JSON_PROPERTY_RULE
- 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
-
-
Method Detail
-
evalMethod
public BlenderRule evalMethod(Object evalMethod)
-
getEvalMethod
public Object getEvalMethod()
Get evalMethod- Returns:
- evalMethod
-
setEvalMethod
public void setEvalMethod(Object evalMethod)
-
rule
public BlenderRule rule(Object rule)
-
getRule
public Object getRule()
Get rule- Returns:
- rule
-
setRule
public void setRule(Object rule)
-
attributeName
public BlenderRule attributeName(String attributeName)
-
getAttributeName
public String getAttributeName()
Get attributeName- Returns:
- attributeName
-
setAttributeName
public void setAttributeName(String attributeName)
-
hashedAttribute
public BlenderRule hashedAttribute(Integer hashedAttribute)
-
getHashedAttribute
public Integer getHashedAttribute()
Get hashedAttribute- Returns:
- hashedAttribute
-
setHashedAttribute
public void setHashedAttribute(Integer hashedAttribute)
-
equals
public boolean equals(Object o)
Return true if this BlenderRule object is equal to o.
-
-