Package org.snmp4j.model.snmp.api
Class SnmpProxyId
java.lang.Object
org.snmp4j.model.snmp.api.SnmpProxyId
- All Implemented Interfaces:
Comparable<SnmpProxyId>
The
SnmpProxyId
object represents an unique ID for SnmpProxyObject
instances. Unless MIB modules are using the same object names within their modules, the module name could be
null
. The null
or empty context name represents the default context.- Author:
- Frank Fock
-
Constructor Details
-
SnmpProxyId
-
-
Method Details
-
getContextName
public org.snmp4j.smi.OctetString getContextName() -
getIndexValues
-
getModuleName
-
getObjectName
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<SnmpProxyId>
-