public class DefaultList2 extends org.onosproject.yang.model.InnerModelObject implements List2, org.onosproject.yang.model.MultiInstanceObject<List2Keys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeList2.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
key2 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultList2()
Creates an instance of defaultList2.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(List2.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
key2()
Returns the attribute key2.
|
void |
key2(int key2)
Sets the attribute key2.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected int key2
protected BitSet valueLeafFlags
public int key2()
List2public BitSet valueLeafFlags()
List2valueLeafFlags in interface List2public void key2(int key2)
List2public boolean isLeafValueSet(List2.LeafIdentifier leaf)
List2isLeafValueSet in interface List2leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.