public class SampleOpParam extends org.onosproject.yang.model.InnerModelObject implements Sample
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSample.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<L1> |
l1 |
protected List<L2> |
l2 |
protected String |
leaf5 |
protected List<String> |
leaf6 |
protected Top |
top |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
SampleOpParam()
Creates an instance of sampleOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToL1(L1 addTo)
Adds to the list of l1.
|
void |
addToL2(L2 addTo)
Adds to the list of l2.
|
void |
addToLeaf6(String addTo)
Adds to the list of leaf6.
|
<T extends org.onosproject.yang.model.InnerModelObject> |
augmentation(Class<T> c) |
Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> |
augmentations() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Sample.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<L1> |
l1()
Returns the attribute l1.
|
void |
l1(List<L1> l1)
Sets the attribute l1.
|
List<L2> |
l2()
Returns the attribute l2.
|
void |
l2(List<L2> l2)
Sets the attribute l2.
|
String |
leaf5()
Returns the attribute leaf5.
|
void |
leaf5(String leaf5)
Sets the attribute leaf5.
|
List<String> |
leaf6()
Returns the attribute leaf6.
|
void |
leaf6(List<String> leaf6)
Sets the attribute leaf6.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
Top |
top()
Returns the attribute top.
|
void |
top(Top top)
Sets the attribute top.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String leaf5
protected BitSet valueLeafFlags
protected Top top
public List<String> leaf6()
Samplepublic BitSet valueLeafFlags()
SamplevalueLeafFlags in interface Samplepublic void leaf5(String leaf5)
Samplepublic void leaf6(List<String> leaf6)
Samplepublic void addToLeaf6(String addTo)
SampleaddToLeaf6 in interface SampleaddTo - value of leaf6public void addToL1(L1 addTo)
Samplepublic void addToL2(L2 addTo)
Samplepublic boolean isLeafValueSet(Sample.LeafIdentifier leaf)
SampleisLeafValueSet in interface Sampleleaf - leaf whose value status needs to checkedpublic void addAugmentation(org.onosproject.yang.model.InnerModelObject obj)
addAugmentation in interface org.onosproject.yang.model.AugmentableaddAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic void removeAugmentation(org.onosproject.yang.model.InnerModelObject obj)
removeAugmentation in interface org.onosproject.yang.model.AugmentableremoveAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> augmentations()
augmentations in interface org.onosproject.yang.model.Augmentableaugmentations in class org.onosproject.yang.model.InnerModelObjectpublic <T extends org.onosproject.yang.model.InnerModelObject> T augmentation(Class<T> c)
augmentation in interface org.onosproject.yang.model.Augmentableaugmentation in class org.onosproject.yang.model.InnerModelObjectCopyright © 2018. All rights reserved.