Class BlenderRule

java.lang.Object
ai.promoted.delivery.model.BlenderRule

public class BlenderRule extends Object
BlenderRule
  • Field Details

  • Constructor Details

    • BlenderRule

      public BlenderRule()
  • Method Details

    • 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.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object