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 |
leaf3 |
protected List<String> |
leaf4 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultL1()
Creates an instance of defaultL1.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeaf4(String addTo)
Adds to the list of leaf4.
|
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 |
leaf3()
Returns the attribute leaf3.
|
void |
leaf3(String leaf3)
Sets the attribute leaf3.
|
List<String> |
leaf4()
Returns the attribute leaf4.
|
void |
leaf4(List<String> leaf4)
Sets the attribute leaf4.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String leaf3
protected BitSet valueLeafFlags
protected C1 c1
public List<String> leaf4()
L1public BitSet valueLeafFlags()
L1valueLeafFlags in interface L1public void leaf3(String leaf3)
L1public void leaf4(List<String> leaf4)
L1public void addToLeaf4(String addTo)
L1addToLeaf4 in interface L1addTo - value of leaf4public boolean isLeafValueSet(L1.LeafIdentifier leaf)
L1isLeafValueSet in interface L1leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.