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 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() |
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.
|
protected BitSet valueLeafFlags
public YangAutoPrefixListOpParam()
public List<String> leaf1()
YangAutoPrefixListleaf1 in interface YangAutoPrefixListpublic BitSet valueLeafFlags()
YangAutoPrefixListvalueLeafFlags in interface YangAutoPrefixListpublic List<L1> l1()
YangAutoPrefixListl1 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 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 class org.onosproject.yang.model.InnerModelObjectpublic void removeAugmentation(org.onosproject.yang.model.InnerModelObject obj)
removeAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> augmentations()
augmentations in class org.onosproject.yang.model.InnerModelObjectpublic <T extends org.onosproject.yang.model.InnerModelObject> T augmentation(Class<T> c)
augmentation in class org.onosproject.yang.model.InnerModelObjectCopyright © 2017. All rights reserved.