Class ParameterAssignment

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParameterAssignment
    extends java.lang.Object
    implements java.io.Serializable
    For regex matches, assign the value of a matching group to a named event parameter
    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterAssignment

        public ParameterAssignment()
    • Method Detail

      • getMatchingGroup

        public java.lang.Integer getMatchingGroup()
      • setMatchingGroup

        public void setMatchingGroup​(java.lang.Integer matchingGroup)
      • getParameterName

        public java.lang.String getParameterName()
      • setParameterName

        public void setParameterName​(java.lang.String parameterName)
      • 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