Class StringNotInAdvancedFilter


  • public final class StringNotInAdvancedFilter
    extends AdvancedFilter
    StringNotIn Advanced Filter.
    • Constructor Detail

      • StringNotInAdvancedFilter

        public StringNotInAdvancedFilter()
    • Method Detail

      • values

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

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

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