Class UiValueMatcher

  • All Implemented Interfaces:
    UiObject

    public class UiValueMatcher
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • caseSensitive

        protected boolean caseSensitive
      • invertMatch

        protected boolean invertMatch
      • compareValue

        protected java.lang.Object compareValue
    • Constructor Detail

      • UiValueMatcher

        @Deprecated
        public UiValueMatcher()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getCaseSensitive

        public boolean getCaseSensitive()
      • getInvertMatch

        public boolean getInvertMatch()
      • getCompareValue

        public java.lang.Object getCompareValue()
      • setCaseSensitive

        public UiValueMatcher setCaseSensitive​(boolean caseSensitive)
      • setInvertMatch

        public UiValueMatcher setInvertMatch​(boolean invertMatch)