public interface AugRoute
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugRoute.LeafIdentifier
Identify the leaf of AugRoute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(AugRoute.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
routerPath()
Returns the attribute routerPath.
|
void |
routerPath(String routerPath)
Sets the attribute routerPath.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String routerPath()
BitSet valueLeafFlags()
void routerPath(String routerPath)
routerPath - value of routerPathboolean isLeafValueSet(AugRoute.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.