Package org.opennms.netmgt.xml.eventconf
Class Varbindsdecode
- java.lang.Object
-
- org.opennms.netmgt.xml.eventconf.Varbindsdecode
-
- All Implemented Interfaces:
Serializable
public class Varbindsdecode extends Object implements Serializable
This element is used for converting event varbind value in static decoded string.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Varbindsdecode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDecode(Decode decode)
boolean
equals(Object obj)
List<Decode>
getDecodes()
String
getParmid()
int
hashCode()
boolean
removeDecode(Decode decode)
void
setDecodes(List<Decode> decodes)
void
setParmid(String parmid)
-