Class NumberLessThanAdvancedFilter


  • public final class NumberLessThanAdvancedFilter
    extends AdvancedFilter
    NumberLessThan Advanced Filter.
    • Constructor Detail

      • NumberLessThanAdvancedFilter

        public NumberLessThanAdvancedFilter()
    • Method Detail

      • value

        public Double value()
        Get the value property: The filter value.
        Returns:
        the value value.
      • withValue

        public NumberLessThanAdvancedFilter withValue​(Double value)
        Set the value property: The filter value.
        Parameters:
        value - the value value to set.
        Returns:
        the NumberLessThanAdvancedFilter object itself.
      • withKey

        public NumberLessThanAdvancedFilter 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.