public class YangAutoPrefixListOpParam extends org.onosproject.yang.model.InnerModelObject implements YangAutoPrefixList
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeYangAutoPrefixList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected C2 |
c2 |
protected List<L1> |
l1 |
protected List<String> |
leaf1 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
YangAutoPrefixListOpParam()
Creates an instance of yangAutoPrefixListOpParam.
|
| 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 |
addToLeaf1(String addTo)
Adds to the list of leaf1.
|
<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() |
C2 |
c2()
Returns the attribute c2.
|
void |
c2(C2 c2)
Sets the attribute c2.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(YangAutoPrefixList.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<String> |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(List<String> leaf1)
Sets the attribute leaf1.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public YangAutoPrefixListOpParam()
public List<String> leaf1()
YangAutoPrefixListleaf1 in interface YangAutoPrefixListpublic BitSet valueLeafFlags()
YangAutoPrefixListvalueLeafFlags in interface YangAutoPrefixListpublic List<L1> l1()
YangAutoPrefixListl1 in interface YangAutoPrefixListpublic C2 c2()
YangAutoPrefixListc2 in interface YangAutoPrefixListpublic void leaf1(List<String> leaf1)
YangAutoPrefixListleaf1 in interface YangAutoPrefixListleaf1 - list of leaf1public void l1(List<L1> l1)
YangAutoPrefixListl1 in interface YangAutoPrefixListl1 - list of l1public void c2(C2 c2)
YangAutoPrefixListc2 in interface YangAutoPrefixListc2 - value of c2public void addToLeaf1(String addTo)
YangAutoPrefixListaddToLeaf1 in interface YangAutoPrefixListaddTo - value of leaf1public void addToL1(L1 addTo)
YangAutoPrefixListaddToL1 in interface YangAutoPrefixListaddTo - value of l1public boolean isLeafValueSet(YangAutoPrefixList.LeafIdentifier leaf)
YangAutoPrefixListisLeafValueSet in interface YangAutoPrefixListleaf - 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.