public class DefaultOtnTeTunnelPathComputeOutput extends org.onosproject.yang.model.InnerModelObject implements OtnTeTunnelPathComputeOutput
org.onosproject.yang.model.ModelObject.ModelObjectTypeOtnTeTunnelPathComputeOutput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Result> |
result |
protected ReturnCodeEnum |
returnCode |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultOtnTeTunnelPathComputeOutput()
Creates an instance of defaultOtnTeTunnelPathComputeOutput.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToResult(Result addTo)
Adds to the list of result.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(OtnTeTunnelPathComputeOutput.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 DefaultOtnTeTunnelPathComputeOutput()
public ReturnCodeEnum returnCode()
OtnTeTunnelPathComputeOutputreturnCode in interface OtnTeTunnelPathComputeOutputpublic BitSet valueLeafFlags()
OtnTeTunnelPathComputeOutputvalueLeafFlags in interface OtnTeTunnelPathComputeOutputpublic List<Result> result()
OtnTeTunnelPathComputeOutputresult in interface OtnTeTunnelPathComputeOutputpublic void returnCode(ReturnCodeEnum returnCode)
OtnTeTunnelPathComputeOutputreturnCode in interface OtnTeTunnelPathComputeOutputreturnCode - value of returnCodepublic void result(List<Result> result)
OtnTeTunnelPathComputeOutputresult in interface OtnTeTunnelPathComputeOutputresult - list of resultpublic void addToResult(Result addTo)
OtnTeTunnelPathComputeOutputaddToResult in interface OtnTeTunnelPathComputeOutputaddTo - value of resultpublic boolean isLeafValueSet(OtnTeTunnelPathComputeOutput.LeafIdentifier leaf)
OtnTeTunnelPathComputeOutputisLeafValueSet in interface OtnTeTunnelPathComputeOutputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.