Class AdvancedFilter

    • Constructor Detail

      • AdvancedFilter

        public AdvancedFilter()
    • Method Detail

      • key

        public String key()
        Get the key property: The field/property in the event based on which you want to filter.
        Returns:
        the key value.
      • withKey

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

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.