Package org.opennms.netmgt.snmp
Class SnmpValueXmlAdapter.JaxbSnmpValue
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpValueXmlAdapter.JaxbSnmpValue
-
- Enclosing class:
- SnmpValueXmlAdapter
public static class SnmpValueXmlAdapter.JaxbSnmpValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JaxbSnmpValue()
JaxbSnmpValue(SnmpValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
int
getType()
void
setBytes(byte[] bytes)
void
setType(int type)
-
-
-
Constructor Detail
-
JaxbSnmpValue
public JaxbSnmpValue()
-
JaxbSnmpValue
public JaxbSnmpValue(SnmpValue value)
-
-