Package ai.promoted.delivery.model
Class BlenderRule
java.lang.Object
ai.promoted.delivery.model.BlenderRule
BlenderRule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) booleanReturn true if this BlenderRule object is equal to o.evalMethod(Object evalMethod) Get attributeNameGet evalMethodGet hashedAttributegetRule()Get ruleinthashCode()hashedAttribute(Integer hashedAttribute) voidsetAttributeName(String attributeName) voidsetEvalMethod(Object evalMethod) voidsetHashedAttribute(Integer hashedAttribute) voidtoString()
-
Field Details
-
JSON_PROPERTY_EVAL_METHOD
- See Also:
-
JSON_PROPERTY_RULE
- See Also:
-
JSON_PROPERTY_ATTRIBUTE_NAME
- See Also:
-
JSON_PROPERTY_HASHED_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
BlenderRule
public BlenderRule()
-
-
Method Details
-
evalMethod
-
getEvalMethod
Get evalMethod- Returns:
- evalMethod
-
setEvalMethod
-
rule
-
getRule
Get rule- Returns:
- rule
-
setRule
-
attributeName
-
getAttributeName
Get attributeName- Returns:
- attributeName
-
setAttributeName
-
hashedAttribute
-
getHashedAttribute
Get hashedAttribute- Returns:
- hashedAttribute
-
setHashedAttribute
-
equals
Return true if this BlenderRule object is equal to o. -
hashCode
public int hashCode() -
toString
-