public class DefaultTeTunnelPathComputeOutput extends org.onosproject.yang.model.InnerModelObject implements TeTunnelPathComputeOutput
org.onosproject.yang.model.ModelObject.ModelObjectTypeTeTunnelPathComputeOutput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Result> |
result |
protected ReturnCodeEnum |
returnCode |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTeTunnelPathComputeOutput()
Creates an instance of defaultTeTunnelPathComputeOutput.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToResult(Result addTo)
Adds to the list of result.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected ReturnCodeEnum returnCode
protected BitSet valueLeafFlags
public DefaultTeTunnelPathComputeOutput()
public ReturnCodeEnum returnCode()
TeTunnelPathComputeOutputreturnCode in interface TeTunnelPathComputeOutputpublic BitSet valueLeafFlags()
TeTunnelPathComputeOutputvalueLeafFlags in interface TeTunnelPathComputeOutputpublic List<Result> result()
TeTunnelPathComputeOutputresult in interface TeTunnelPathComputeOutputpublic void returnCode(ReturnCodeEnum returnCode)
TeTunnelPathComputeOutputreturnCode in interface TeTunnelPathComputeOutputreturnCode - value of returnCodepublic void result(List<Result> result)
TeTunnelPathComputeOutputresult in interface TeTunnelPathComputeOutputresult - list of resultpublic void addToResult(Result addTo)
TeTunnelPathComputeOutputaddToResult in interface TeTunnelPathComputeOutputaddTo - value of resultpublic boolean isLeafValueSet(TeTunnelPathComputeOutput.LeafIdentifier leaf)
TeTunnelPathComputeOutputisLeafValueSet in interface TeTunnelPathComputeOutputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.