Class Match

  • All Implemented Interfaces:
    Serializable

    public class Match
    extends Object
    implements 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 String getType()
      • setType

        public void setType​(String type)
      • getExpression

        public String getExpression()
      • setExpression

        public void setExpression​(String expression)
      • getDefaultParameterMapping

        public Boolean getDefaultParameterMapping()
      • setDefaultParameterMapping

        public void setDefaultParameterMapping​(Boolean defaultParameterMapping)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object