public interface Status
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Status.LeafIdentifier
Identify the leaf of Status.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String success()
BitSet valueLeafFlags()
void success(String success)
success - value of successboolean isLeafValueSet(Status.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.