public class DefaultResult extends org.onosproject.yang.model.InnerModelObject implements Result, org.onosproject.yang.model.MultiInstanceObject<ResultKeys>
org.onosproject.yang.model.ModelObject.ModelObjectTypeResult.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected ExplicitRouteObjects |
explicitRouteObjects |
protected short |
id |
protected PathProperties |
pathProperties |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultResult()
Creates an instance of defaultResult.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ExplicitRouteObjects |
explicitRouteObjects()
Returns the attribute explicitRouteObjects.
|
void |
explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
Sets the attribute explicitRouteObjects.
|
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected short id
protected BitSet valueLeafFlags
protected ExplicitRouteObjects explicitRouteObjects
protected PathProperties pathProperties
public short id()
Resultpublic BitSet valueLeafFlags()
ResultvalueLeafFlags in interface Resultpublic ExplicitRouteObjects explicitRouteObjects()
ResultexplicitRouteObjects in interface Resultpublic PathProperties pathProperties()
ResultpathProperties in interface Resultpublic void id(short id)
Resultpublic void explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
ResultexplicitRouteObjects in interface ResultexplicitRouteObjects - value of explicitRouteObjectspublic void pathProperties(PathProperties pathProperties)
ResultpathProperties in interface ResultpathProperties - value of pathPropertiespublic boolean isLeafValueSet(Result.LeafIdentifier leaf)
ResultisLeafValueSet in interface Resultleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.