Class TermsExclude

    • Method Detail

      • _toJsonString

        public java.lang.String _toJsonString()
      • isTerms

        public boolean isTerms()
        Is this variant instance of kind terms?
      • terms

        public java.util.List<java.lang.String> terms()
        Get the terms variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the terms kind.
      • isRegexp

        public boolean isRegexp()
        Is this variant instance of kind regexp?
      • regexp

        public java.lang.String regexp()
        Get the regexp variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the regexp kind.