Class HideMatch

  • All Implemented Interfaces:
    Serializable

    public class HideMatch
    extends Object
    implements Serializable
    List of substrings or regexes that, when matched, signal that the message has sensitive contents and should therefore be hidden
    See Also:
    Serialized Form
    • Constructor Detail

      • HideMatch

        public HideMatch()
    • Method Detail

      • getMatch

        public Match getMatch()
      • setMatch

        public void setMatch​(Match match)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object