Class IDEntry

  • All Implemented Interfaces:
    RuleEntry, UpkeepConstants

    public class IDEntry
    extends Object
    implements RuleEntry
    A single entry for checking an ID. It may be a regex

    Created by Jeff Gaynor
    on 2/16/24 at 9:28 AM

    • Constructor Detail

      • IDEntry

        public IDEntry​(boolean regex,
                       String value)
    • Method Detail

      • isRegex

        public boolean isRegex()
      • setRegex

        public void setRegex​(boolean regex)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • isNegation

        public boolean isNegation()
      • setNegation

        public void setNegation​(boolean negation)