Class Match

  • All Implemented Interfaces:
    java.io.Serializable

    public class Match
    extends java.lang.Object
    implements java.io.Serializable
    String against which to match the message body; interpreted as a substring or a regular expression according to the value of the "type" attribute
    See Also:
    Serialized Form
    • Constructor Detail

      • Match

        public Match()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getExpression

        public java.lang.String getExpression()
      • setExpression

        public void setExpression​(java.lang.String expression)
      • getDefaultParameterMapping

        public java.lang.Boolean getDefaultParameterMapping()
      • setDefaultParameterMapping

        public void setDefaultParameterMapping​(java.lang.Boolean defaultParameterMapping)
      • 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