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 |
m1 |
protected String |
m2 |
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 |
m1()
Returns the attribute m1.
|
void |
m1(String m1)
Sets the attribute m1.
|
String |
m2()
Returns the attribute m2.
|
void |
m2(String m2)
Sets the attribute m2.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String m1
protected String m2
protected BitSet valueLeafFlags
public 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.