Class Varbind
- java.lang.Object
-
- org.opennms.netmgt.config.notifications.Varbind
-
- All Implemented Interfaces:
Serializable
public class Varbind extends Object implements Serializable
The varbind element- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Varbind()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getVbname()
String
getVbvalue()
int
hashCode()
void
setVbname(String vbname)
void
setVbvalue(String vbvalue)
-