Class BoolEqualsAdvancedFilter


  • public final class BoolEqualsAdvancedFilter
    extends AdvancedFilter
    BoolEquals Advanced Filter.
    • Constructor Detail

      • BoolEqualsAdvancedFilter

        public BoolEqualsAdvancedFilter()
    • Method Detail

      • value

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

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

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