public interface TeTunnelPathComputeOutput
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TeTunnelPathComputeOutput.LeafIdentifier
Identify the leaf of TeTunnelPathComputeOutput.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToResult(Result addTo)
Adds to the list of result.
|
boolean |
isLeafValueSet(TeTunnelPathComputeOutput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Result> |
result()
Returns the attribute result.
|
void |
result(List<Result> result)
Sets the attribute result.
|
ReturnCodeEnum |
returnCode()
Returns the attribute returnCode.
|
void |
returnCode(ReturnCodeEnum returnCode)
Sets the attribute returnCode.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
ReturnCodeEnum returnCode()
BitSet valueLeafFlags()
void returnCode(ReturnCodeEnum returnCode)
returnCode - value of returnCodevoid result(List<Result> result)
result - list of resultvoid addToResult(Result addTo)
addTo - value of resultboolean isLeafValueSet(TeTunnelPathComputeOutput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.