Class HideMatch

  • All Implemented Interfaces:
    java.io.Serializable

    public class HideMatch
    extends java.lang.Object
    implements java.io.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 java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object