public class DefaultL2 extends org.onosproject.yang.model.InnerModelObject implements L2, org.onosproject.yang.model.MultiInstanceObject<L2Keys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeL2.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
k1 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultL2()
Creates an instance of defaultL2.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(L2.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
k1()
Returns the attribute k1.
|
void |
k1(String k1)
Sets the attribute k1.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic BitSet valueLeafFlags()
L2valueLeafFlags in interface L2public boolean isLeafValueSet(L2.LeafIdentifier leaf)
L2isLeafValueSet in interface L2leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.