com.snmp4j.smi.SmiObject, com.snmp4j.smi.SmiValueTypepublic class SimpleMibDataNode extends Object implements com.snmp4j.smi.SmiObject, com.snmp4j.smi.SmiValueType
| Constructor | Description |
|---|---|
SimpleMibDataNode(com.snmp4j.smi.SmiObject smiObject,
SnmpProxyObject proxyObject) |
| Modifier and Type | Method | Description |
|---|---|---|
String[] |
getAsn1Comments() |
|
List<? extends com.snmp4j.smi.SmiObject> |
getChildren() |
|
String |
getDescription() |
|
String |
getObjectName() |
|
org.snmp4j.smi.OID |
getOID() |
|
com.snmp4j.smi.SmiObject |
getParent() |
|
SnmpProxyObject |
getProxyObject() |
|
String |
getReference() |
|
com.snmp4j.smi.SmiObject |
getSmiObject() |
|
int |
getSmiSyntax() |
|
int |
getSnmpSyntax() |
|
com.snmp4j.smi.SmiStatus |
getStatus() |
|
com.snmp4j.smi.SmiSyntax |
getSyntax() |
|
com.snmp4j.smi.SmiType |
getType() |
|
Object |
getValue() |
|
void |
setChildren(List<SimpleMibDataNode> children) |
|
String |
toString() |
public SimpleMibDataNode(com.snmp4j.smi.SmiObject smiObject,
SnmpProxyObject proxyObject)
public void setChildren(List<SimpleMibDataNode> children)
public String getObjectName()
getObjectName in interface com.snmp4j.smi.SmiObjectpublic org.snmp4j.smi.OID getOID()
getOID in interface com.snmp4j.smi.SmiObjectpublic int getSmiSyntax()
getSmiSyntax in interface com.snmp4j.smi.SmiObjectgetSmiSyntax in interface com.snmp4j.smi.SmiValueTypepublic int getSnmpSyntax()
public String getDescription()
getDescription in interface com.snmp4j.smi.SmiObjectpublic com.snmp4j.smi.SmiType getType()
getType in interface com.snmp4j.smi.SmiObjectpublic List<? extends com.snmp4j.smi.SmiObject> getChildren()
getChildren in interface com.snmp4j.smi.SmiObjectpublic com.snmp4j.smi.SmiObject getParent()
getParent in interface com.snmp4j.smi.SmiObjectpublic String getReference()
getReference in interface com.snmp4j.smi.SmiObjectpublic com.snmp4j.smi.SmiSyntax getSyntax()
getSyntax in interface com.snmp4j.smi.SmiValueTypepublic com.snmp4j.smi.SmiStatus getStatus()
getStatus in interface com.snmp4j.smi.SmiObjectpublic String[] getAsn1Comments()
getAsn1Comments in interface com.snmp4j.smi.SmiObjectpublic com.snmp4j.smi.SmiObject getSmiObject()
public Object getValue()
public SnmpProxyObject getProxyObject()
Copyright © 2020 SNMP4J.org. All rights reserved.