Class PersonalizationService.Filter

  • Enclosing interface:
    PersonalizationService

    public static class PersonalizationService.Filter
    extends Object
    A filter definition for content filtering
    • Constructor Detail

      • Filter

        public Filter()
    • Method Detail

      • getCondition

        public Condition getCondition()
        Retrieves the condition associated with this filter.
        Returns:
        the condition associated with this filter
      • setCondition

        public void setCondition​(Condition condition)
        Sets the condition associated with this filter.
        Parameters:
        condition - the condition associated with this filter
      • setProperties

        public void setProperties​(Map<String,​Object> properties)