public interface AugmentedTopoNode
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedTopoNode.LeafIdentifier
Identify the leaf of AugmentedTopoNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(AugmentedTopoNode.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
routerId()
Returns the attribute routerId.
|
void |
routerId(String routerId)
Sets the attribute routerId.
|
String |
routerIp()
Returns the attribute routerIp.
|
void |
routerIp(String routerIp)
Sets the attribute routerIp.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String routerId()
String routerIp()
BitSet valueLeafFlags()
void routerId(String routerId)
routerId - value of routerIdvoid routerIp(String routerIp)
routerIp - value of routerIpboolean isLeafValueSet(AugmentedTopoNode.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.