public class DefaultBanana extends org.onosproject.yang.model.InnerModelObject implements Banana, org.onosproject.yang.model.MultiInstanceObject<BananaKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeBanana.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
l1 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultBanana()
Creates an instance of defaultBanana.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Banana.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
l1()
Returns the attribute l1.
|
void |
l1(String l1)
Sets the attribute l1.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic BitSet valueLeafFlags()
BananavalueLeafFlags in interface Bananapublic boolean isLeafValueSet(Banana.LeafIdentifier leaf)
BananaisLeafValueSet in interface Bananaleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.