public class DefaultStatus extends org.onosproject.yang.model.InnerModelObject implements Status
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeStatus.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
success |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultStatus()
Creates an instance of defaultStatus.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Status.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
success()
Returns the attribute success.
|
void |
success(String success)
Sets the attribute success.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic String success()
Statuspublic BitSet valueLeafFlags()
StatusvalueLeafFlags in interface Statuspublic void success(String success)
Statuspublic boolean isLeafValueSet(Status.LeafIdentifier leaf)
StatusisLeafValueSet in interface Statusleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.