Class FilterArgument


  • public class FilterArgument
    extends Object
    • Constructor Detail

      • FilterArgument

        public FilterArgument​(String key,
                              String value)
      • FilterArgument

        public FilterArgument​(String key,
                              Number value)
      • FilterArgument

        public FilterArgument​(String key,
                              Enum<?> value)
      • FilterArgument

        public FilterArgument​(String key,
                              Collection<?> values,
                              String join)
        map with toString
      • FilterArgument

        public FilterArgument​(String key,
                              Stream<?> values,
                              String join)
        map with toString
      • FilterArgument

        public FilterArgument​(String key)
    • Method Detail

      • getKey

        public String getKey()
      • getValue

        public String getValue()
        Returns:
        can be null
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Only use key
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Only use key
        Overrides:
        equals in class Object