public class Node extends Object
Node class.
| Constructor and Description |
|---|
Node(net.percederberg.mibble.value.ObjectIdentifierValue objectIdentifierValue,
Node parent)
Constructor for Node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Node child)
addChild.
|
List<Node> |
getChildren()
Getter for the field
children. |
net.percederberg.mibble.value.ObjectIdentifierValue |
getObjectIdentifierValue()
Getter for the field
objectIdentifierValue. |
Node |
getParent()
Getter for the field
parent. |
List<org.snmp4j.util.TableEvent> |
getTable()
Getter for the field
table. |
org.snmp4j.smi.VariableBinding |
getVb()
Getter for the field
vb. |
boolean |
isDoWalk()
isDoWalk.
|
void |
setDoWalk(boolean doWalk)
Setter for the field
doWalk. |
void |
setTable(List<org.snmp4j.util.TableEvent> table)
Setter for the field
table. |
void |
setVb(org.snmp4j.smi.VariableBinding vb)
Setter for the field
vb. |
String |
toString() |
public List<org.snmp4j.util.TableEvent> getTable()
Getter for the field table.
List object.public void setTable(List<org.snmp4j.util.TableEvent> table)
Setter for the field table.
table - a List object.public org.snmp4j.smi.VariableBinding getVb()
Getter for the field vb.
VariableBinding object.public void setVb(org.snmp4j.smi.VariableBinding vb)
Setter for the field vb.
vb - a VariableBinding object.public boolean isDoWalk()
isDoWalk.
public void setDoWalk(boolean doWalk)
Setter for the field doWalk.
doWalk - a boolean.public net.percederberg.mibble.value.ObjectIdentifierValue getObjectIdentifierValue()
Getter for the field objectIdentifierValue.
ObjectIdentifierValue object.Copyright © 2016 iTransformers Labs. All rights reserved.