Package | Description |
---|---|
org.snmp4j.uri |
Modifier and Type | Field and Description |
---|---|
(package private) SnmpURI.SnmpUriType |
SnmpURI.Request.type |
Modifier and Type | Method and Description |
---|---|
SnmpURI.SnmpUriType |
SnmpURI.Request.getType() |
static SnmpURI.SnmpUriType |
SnmpURI.SnmpUriType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnmpURI.SnmpUriType[] |
SnmpURI.SnmpUriType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Request(Target target,
PDU pdu,
OID[] oids,
SnmpURI.SnmpUriType type) |