Class CountMatchesTagger.MatchDetails

    • Constructor Detail

      • MatchDetails

        public MatchDetails()
        Deprecated.
      • MatchDetails

        public MatchDetails​(String fromField,
                            String toField,
                            String value)
        Deprecated.
    • Method Detail

      • getFromField

        public String getFromField()
        Deprecated.
      • getValue

        public String getValue()
        Deprecated.
      • getToField

        public String getToField()
        Deprecated.
      • isRegex

        public boolean isRegex()
        Deprecated.
      • isCaseSensitive

        public boolean isCaseSensitive()
        Deprecated.
        Whether the matching should be case sensitive or not.
        Returns:
        true if case sensitive
      • setFromField

        public void setFromField​(String fromField)
        Deprecated.
        Sets the field with the value we want to perform matches on.
        Parameters:
        fromField - field with the value to perform matches on
      • setValue

        public void setValue​(String value)
        Deprecated.
        Sets the text or regular expression to match
        Parameters:
        value - the substring to match or regular expression
      • setToField

        public void setToField​(String toField)
        Deprecated.
        Sets the field to store the match count.
        Parameters:
        toField - field to store the match count
      • setRegex

        public void setRegex​(boolean regex)
        Deprecated.
        Sets whether the value to match is a regular expression.
        Parameters:
        regex - true if value is a regular expression
      • setCaseSensitive

        public void setCaseSensitive​(boolean caseSensitive)
        Deprecated.
        Sets whether to do a case sensitive match or not. Matches are not case sensitive by default.
        Parameters:
        caseSensitive - true if doing a case sensitive match
      • equals

        public boolean equals​(Object other)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object