public interface Result
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Result.LeafIdentifier
Identify the leaf of Result.
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitRouteObjects |
explicitRouteObjects()
Returns the attribute explicitRouteObjects.
|
void |
explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
Sets the attribute explicitRouteObjects.
|
short |
id()
Returns the attribute id.
|
void |
id(short id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Result.LeafIdentifier leaf)
Checks if the leaf value is set.
|
PathProperties |
pathProperties()
Returns the attribute pathProperties.
|
void |
pathProperties(PathProperties pathProperties)
Sets the attribute pathProperties.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short id()
BitSet valueLeafFlags()
ExplicitRouteObjects explicitRouteObjects()
PathProperties pathProperties()
void id(short id)
id - value of idvoid explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
explicitRouteObjects - value of explicitRouteObjectsvoid pathProperties(PathProperties pathProperties)
pathProperties - value of pathPropertiesboolean isLeafValueSet(Result.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.