Class NumberNotInAdvancedFilter


  • public final class NumberNotInAdvancedFilter
    extends AdvancedFilter
    NumberNotIn Advanced Filter.
    • Constructor Detail

      • NumberNotInAdvancedFilter

        public NumberNotInAdvancedFilter()
    • Method Detail

      • values

        public List<Double> values()
        Get the values property: The set of filter values.
        Returns:
        the values value.
      • withValues

        public NumberNotInAdvancedFilter withValues​(List<Double> values)
        Set the values property: The set of filter values.
        Parameters:
        values - the values value to set.
        Returns:
        the NumberNotInAdvancedFilter object itself.
      • withKey

        public NumberNotInAdvancedFilter withKey​(String key)
        Set the key property: The field/property in the event based on which you want to filter.
        Overrides:
        withKey in class AdvancedFilter
        Parameters:
        key - the key value to set.
        Returns:
        the AdvancedFilter object itself.