Class SimpleMibDataNode

java.lang.Object
org.snmp4j.model.demo.mibbrowser.SimpleMibDataNode
All Implemented Interfaces:
com.snmp4j.smi.SmiObject, com.snmp4j.smi.SmiValueType

public class SimpleMibDataNode extends Object implements com.snmp4j.smi.SmiObject, com.snmp4j.smi.SmiValueType
The SimpleMibDataNode class specifies a simple MIB tree node with SMI information.
Version:
1.0
Author:
Frank Fock
  • Constructor Details

    • SimpleMibDataNode

      public SimpleMibDataNode(com.snmp4j.smi.SmiObject smiObject, SnmpProxyObject proxyObject)
  • Method Details

    • setChildren

      public void setChildren(List<SimpleMibDataNode> children)
    • getObjectName

      public String getObjectName()
      Specified by:
      getObjectName in interface com.snmp4j.smi.SmiObject
    • getOID

      public org.snmp4j.smi.OID getOID()
      Specified by:
      getOID in interface com.snmp4j.smi.SmiObject
    • getSmiSyntax

      public int getSmiSyntax()
      Specified by:
      getSmiSyntax in interface com.snmp4j.smi.SmiObject
      Specified by:
      getSmiSyntax in interface com.snmp4j.smi.SmiValueType
    • getSnmpSyntax

      public int getSnmpSyntax()
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface com.snmp4j.smi.SmiObject
    • getType

      public com.snmp4j.smi.SmiType getType()
      Specified by:
      getType in interface com.snmp4j.smi.SmiObject
    • getChildren

      public List<? extends com.snmp4j.smi.SmiObject> getChildren()
      Specified by:
      getChildren in interface com.snmp4j.smi.SmiObject
    • getParent

      public com.snmp4j.smi.SmiObject getParent()
      Specified by:
      getParent in interface com.snmp4j.smi.SmiObject
    • getReference

      public String getReference()
      Specified by:
      getReference in interface com.snmp4j.smi.SmiObject
    • getSyntax

      public com.snmp4j.smi.SmiSyntax getSyntax()
      Specified by:
      getSyntax in interface com.snmp4j.smi.SmiValueType
    • getStatus

      public com.snmp4j.smi.SmiStatus getStatus()
      Specified by:
      getStatus in interface com.snmp4j.smi.SmiObject
    • getAsn1Comments

      public String[] getAsn1Comments()
      Specified by:
      getAsn1Comments in interface com.snmp4j.smi.SmiObject
    • getSmiObject

      public com.snmp4j.smi.SmiObject getSmiObject()
    • getValue

      public Object getValue()
    • getProxyObject

      public SnmpProxyObject getProxyObject()
    • toString

      public String toString()
      Overrides:
      toString in class Object