Comparable<SnmpProxyId>public class SnmpProxyId extends Object implements Comparable<SnmpProxyId>
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.| Constructor | Description |
|---|---|
SnmpProxyId(org.snmp4j.smi.OctetString contextName,
String moduleName,
String objectName,
Object... indexValues) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(SnmpProxyId o) |
|
boolean |
equals(Object o) |
|
org.snmp4j.smi.OctetString |
getContextName() |
|
Object[] |
getIndexValues() |
|
String |
getModuleName() |
|
String |
getObjectName() |
|
int |
hashCode() |
public org.snmp4j.smi.OctetString getContextName()
public Object[] getIndexValues()
public String getModuleName()
public String getObjectName()
public int compareTo(SnmpProxyId o)
compareTo in interface Comparable<SnmpProxyId>Copyright © 2020 SNMP4J.org. All rights reserved.