SnmpProxyObjectSnmpGroupImplRO, SnmpScalarImplRO, SnmpSubTreeImplROpublic abstract class SnmpProxyObjectImpl extends Object implements SnmpProxyObject
SnmpProxyObjectImpl class implements the SnmpProxyObject
interface.| Modifier and Type | Field | Description |
|---|---|---|
protected org.snmp4j.smi.OctetString |
context |
|
protected org.snmp4j.smi.OID |
oid |
| Modifier | Constructor | Description |
|---|---|---|
protected |
SnmpProxyObjectImpl(org.snmp4j.smi.OctetString context,
org.snmp4j.smi.OID oid) |
| Modifier and Type | Method | Description |
|---|---|---|
org.snmp4j.smi.OctetString |
getContext() |
Get the context of the proxy object.
|
org.snmp4j.smi.OID |
getOID() |
Gets the unique identifier of this proxy object.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreload, waitForTaskprotected org.snmp4j.smi.OID oid
protected org.snmp4j.smi.OctetString context
protected SnmpProxyObjectImpl(org.snmp4j.smi.OctetString context,
org.snmp4j.smi.OID oid)
public org.snmp4j.smi.OctetString getContext()
SnmpProxyObjectgetContext in interface SnmpProxyObjectpublic org.snmp4j.smi.OID getOID()
SnmpProxyObjectgetOID in interface SnmpProxyObjectCopyright © 2020 SNMP4J.org. All rights reserved.