Class FilterRule

    • Constructor Detail

      • FilterRule

        public FilterRule()
    • Method Detail

      • setName

        public void setName​(String name)
        Sets the name for this FilterRule.
        Parameters:
        name - New name for this FilterRule.
      • withName

        public FilterRule withName​(String name)
        Sets the name for this FilterRule and returns this object for method chaining.
        Parameters:
        name - New name for this FilterRule.
        Returns:
        This object for method chaining
      • setValue

        public void setValue​(String value)
        Sets the value for this FilterRule
        Parameters:
        value - New value for this FilterRule
      • withValue

        public FilterRule withValue​(String value)
        Sets the value for this FilterRule and returns this object for method chaining
        Parameters:
        value - New value for this FilterRule
        Returns:
        This object for method chaining