Class ParameterAssignment
- java.lang.Object
-
- org.opennms.netmgt.config.syslogd.ParameterAssignment
-
- All Implemented Interfaces:
Serializable
public class ParameterAssignment extends Object implements Serializable
For regex matches, assign the value of a matching group to a named event parameter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterAssignment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Integer
getMatchingGroup()
String
getParameterName()
int
hashCode()
void
setMatchingGroup(Integer matchingGroup)
void
setParameterName(String parameterName)
-