Package | Description |
---|---|
org.opennms.features.apilayer.model.mappers | |
org.opennms.netmgt.alarmd.northbounder.snmptrap | |
org.opennms.netmgt.events.api | |
org.opennms.netmgt.events.api.model | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.model.events | |
org.opennms.netmgt.model.events.snmp | |
org.opennms.netmgt.xml.event |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
org.opennms.integration.api.v1.model.immutables.ImmutableEventParameter |
EventParameterMapper.map(Parm parm) |
Modifier and Type | Method and Description |
---|---|
Parm |
VarbindMapping.getParameter(NorthboundAlarm alarm)
Gets the evaluated parameter object based on a given northbound alarm
|
Modifier and Type | Method and Description |
---|---|
List<Parm> |
SnmpTrapConfig.getParameters()
Gets the parameters.
|
List<Parm> |
SnmpTrapMapping.getParams(NorthboundAlarm alarm)
Gets the parameters list.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpTrapConfig.setParameters(List<Parm> parameters)
Sets the parameters.
|
Modifier and Type | Method and Description |
---|---|
static List<Parm> |
EventParameterUtils.decode(String eventparms)
decode
|
static Map<String,Parm> |
EventParameterUtils.normalize(List<Parm> parmList) |
static List<Parm> |
EventParameterUtils.normalizePreserveOrder(List<Parm> parmList) |
Modifier and Type | Method and Description |
---|---|
static String |
EventParameterUtils.format(Parm parm)
Format each parameter
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Parm> |
EventParameterUtils.normalize(List<Parm> parmList) |
static List<Parm> |
EventParameterUtils.normalizePreserveOrder(List<Parm> parmList) |
Modifier and Type | Method and Description |
---|---|
static ImmutableParm |
ImmutableMapper.fromMutableParm(Parm parm) |
Constructor and Description |
---|
OnmsEventParameter(OnmsEvent event,
Parm parm)
Instantiates a new OpenNMS event parameter.
|
Modifier and Type | Method and Description |
---|---|
EventBuilder |
EventBuilder.addParam(Parm parm) |
Modifier and Type | Method and Description |
---|---|
EventBuilder |
EventBuilder.setParms(List<Parm> parms)
setParms
|
static String |
EventUtils.toString(Collection<Parm> parms) |
Modifier and Type | Method and Description |
---|---|
static Parm |
SyntaxToEvent.processSyntax(String name,
SnmpValue value)
processSyntax
|
Modifier and Type | Method and Description |
---|---|
static Parm |
Parm.copyFrom(IParm source) |
Parm |
ObjectFactory.createParm()
Create an instance of
Parm |
Parm[] |
Parms.getParm()
Deprecated.
Method getParm.Returns the contents of the collection in an
Array.
|
Parm |
Parms.getParm(int index)
Deprecated.
Method getParm.
|
Parm |
Event.getParm(String key) |
Parm |
Event.getParmTrim(String key)
Returns the first parameter with a trimmed name
that matches the given key.
|
Parm |
Parms.removeParmAt(int index)
Deprecated.
Method removeParmAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Parm> |
Parms.enumerateParm()
Deprecated.
Method enumerateParm.
|
List<Parm> |
Event.getParmCollection()
Returns the Collection of parms for this event
|
List<Parm> |
Parms.getParmCollection()
Deprecated.
This entire class has been deprecated. Use Event.getParmCollection instead
|
Iterator<Parm> |
Parms.iterateParm()
Deprecated.
Method iterateParm.
|
Modifier and Type | Method and Description |
---|---|
void |
Parms.addParm(int index,
Parm vParm)
Deprecated.
|
void |
Event.addParm(Parm parm) |
void |
Parms.addParm(Parm vParm)
Deprecated.
|
boolean |
Parms.removeParm(Parm vParm)
Deprecated.
Method removeParm.
|
void |
Parms.setParm(int index,
Parm vParm)
Deprecated.
|
void |
Parms.setParm(Parm[] vParmArray)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Parms.setParm(List<Parm> vParmList)
Deprecated.
Sets the value of '_parmList' by copying the given Vector.
|
void |
Event.setParmCollection(List<Parm> parms) |
void |
Parms.setParmCollection(List<Parm> parmList)
Deprecated.
|
Copyright © 2021. All rights reserved.