public class DefaultOk extends org.onosproject.yang.model.InnerModelObject implements Ok
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeOk.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ok |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultOk()
Creates an instance of defaultOk.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Ok.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
ok()
Returns the attribute ok.
|
void |
ok(boolean ok)
Sets the attribute ok.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected boolean ok
protected BitSet valueLeafFlags
public boolean ok()
Okpublic BitSet valueLeafFlags()
OkvalueLeafFlags in interface Okpublic void ok(boolean ok)
Okpublic boolean isLeafValueSet(Ok.LeafIdentifier leaf)
OkisLeafValueSet in interface Okleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.