- java.lang.Object
-
- org.snmp4j.uri.SnmpURI.Request
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OID[]
getOIDs()
PDU
getPdu()
Target<?>
getTarget()
SnmpURI.SnmpUriType
getType()
-
-
-
Field Detail
-
target
private Target<?> target
-
pdu
private PDU pdu
-
oids
private OID[] oids
-
type
SnmpURI.SnmpUriType type
-
-
Method Detail
-
getTarget
public Target<?> getTarget()
-
getPdu
public PDU getPdu()
-
getOIDs
public OID[] getOIDs()
-
getType
public SnmpURI.SnmpUriType getType()
-
-