public class DefaultL1 extends org.onosproject.yang.model.InnerModelObject implements L1, org.onosproject.yang.model.MultiInstanceObject<L1Keys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeL1.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected C1 |
c1 |
protected String |
k1 |
protected String |
k2 |
protected String |
k3 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultL1()
Creates an instance of defaultL1.
|
| Modifier and Type | Method and Description |
|---|---|
C1 |
c1()
Returns the attribute c1.
|
void |
c1(C1 c1)
Sets the attribute c1.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(L1.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
k1()
Returns the attribute k1.
|
void |
k1(String k1)
Sets the attribute k1.
|
String |
k2()
Returns the attribute k2.
|
void |
k2(String k2)
Sets the attribute k2.
|
String |
k3()
Returns the attribute k3.
|
void |
k3(String k3)
Sets the attribute k3.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String k1
protected String k2
protected String k3
protected BitSet valueLeafFlags
protected C1 c1
public BitSet valueLeafFlags()
L1valueLeafFlags in interface L1public boolean isLeafValueSet(L1.LeafIdentifier leaf)
L1isLeafValueSet in interface L1leaf - leaf whose value status needs to checkedCopyright © 2019. All rights reserved.