Class SnmpProxyId

java.lang.Object
org.snmp4j.model.snmp.api.SnmpProxyId
All Implemented Interfaces:
Comparable<SnmpProxyId>

public class SnmpProxyId extends Object implements 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

      public SnmpProxyId(org.snmp4j.smi.OctetString contextName, String moduleName, String objectName, Object... indexValues)
  • Method Details

    • getContextName

      public org.snmp4j.smi.OctetString getContextName()
    • getIndexValues

      public Object[] getIndexValues()
    • getModuleName

      public String getModuleName()
    • getObjectName

      public String getObjectName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(SnmpProxyId o)
      Specified by:
      compareTo in interface Comparable<SnmpProxyId>