public class ModuleListAndKeyOpParam extends org.onosproject.yang.model.InnerModelObject implements ModuleListAndKey
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeModuleListAndKey.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Ll1Union> |
ll1 |
protected List<Class<? extends YangAutoPrefixInt>> |
ll2 |
protected List<Tdef1> |
ll3 |
protected List<Class<? extends YangAutoPrefixInt>> |
ll4 |
protected List<String> |
ll5 |
protected List<Ll6Enum> |
ll6 |
protected List<Bitdef> |
ll7 |
protected List<byte[]> |
ll8 |
protected List<Id> |
ll9 |
protected List<ModKey> |
modKey |
protected List<Class<? extends YangAutoPrefixInt>> |
tri |
protected List<Type> |
type |
protected Val |
val |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
ModuleListAndKeyOpParam()
Creates an instance of moduleListAndKeyOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToLl1(Ll1Union addTo)
Adds to the list of ll1.
|
void |
addToLl2(Class<? extends YangAutoPrefixInt> addTo)
Adds to the list of ll2.
|
void |
addToLl3(Tdef1 addTo)
Adds to the list of ll3.
|
void |
addToLl4(Class<? extends YangAutoPrefixInt> addTo)
Adds to the list of ll4.
|
void |
addToLl5(String addTo)
Adds to the list of ll5.
|
void |
addToLl6(Ll6Enum addTo)
Adds to the list of ll6.
|
void |
addToLl7(Bitdef addTo)
Adds to the list of ll7.
|
void |
addToLl8(byte[] addTo)
Adds to the list of ll8.
|
void |
addToLl9(Id addTo)
Adds to the list of ll9.
|
void |
addToModKey(ModKey addTo)
Adds to the list of modKey.
|
void |
addToTri(Class<? extends YangAutoPrefixInt> addTo)
Adds to the list of tri.
|
void |
addToType(Type addTo)
Adds to the list of type.
|
<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(ModuleListAndKey.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Ll1Union> |
ll1()
Returns the attribute ll1.
|
void |
ll1(List<Ll1Union> ll1)
Sets the attribute ll1.
|
List<Class<? extends YangAutoPrefixInt>> |
ll2()
Returns the attribute ll2.
|
void |
ll2(List<Class<? extends YangAutoPrefixInt>> ll2)
Sets the attribute ll2.
|
List<Tdef1> |
ll3()
Returns the attribute ll3.
|
void |
ll3(List<Tdef1> ll3)
Sets the attribute ll3.
|
List<Class<? extends YangAutoPrefixInt>> |
ll4()
Returns the attribute ll4.
|
void |
ll4(List<Class<? extends YangAutoPrefixInt>> ll4)
Sets the attribute ll4.
|
List<String> |
ll5()
Returns the attribute ll5.
|
void |
ll5(List<String> ll5)
Sets the attribute ll5.
|
List<Ll6Enum> |
ll6()
Returns the attribute ll6.
|
void |
ll6(List<Ll6Enum> ll6)
Sets the attribute ll6.
|
List<Bitdef> |
ll7()
Returns the attribute ll7.
|
void |
ll7(List<Bitdef> ll7)
Sets the attribute ll7.
|
List<byte[]> |
ll8()
Returns the attribute ll8.
|
void |
ll8(List<byte[]> ll8)
Sets the attribute ll8.
|
List<Id> |
ll9()
Returns the attribute ll9.
|
void |
ll9(List<Id> ll9)
Sets the attribute ll9.
|
List<ModKey> |
modKey()
Returns the attribute modKey.
|
void |
modKey(List<ModKey> modKey)
Sets the attribute modKey.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
String |
toString() |
List<Class<? extends YangAutoPrefixInt>> |
tri()
Returns the attribute tri.
|
void |
tri(List<Class<? extends YangAutoPrefixInt>> tri)
Sets the attribute tri.
|
List<Type> |
type()
Returns the attribute type.
|
void |
type(List<Type> type)
Sets the attribute type.
|
Val |
val()
Returns the attribute val.
|
void |
val(Val val)
Sets the attribute val.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected List<Class<? extends YangAutoPrefixInt>> tri
protected List<Class<? extends YangAutoPrefixInt>> ll2
protected List<Class<? extends YangAutoPrefixInt>> ll4
protected List<byte[]> ll8
protected BitSet valueLeafFlags
protected Val val
public ModuleListAndKeyOpParam()
public List<Class<? extends YangAutoPrefixInt>> tri()
ModuleListAndKeytri in interface ModuleListAndKeypublic List<Ll1Union> ll1()
ModuleListAndKeyll1 in interface ModuleListAndKeypublic List<Class<? extends YangAutoPrefixInt>> ll2()
ModuleListAndKeyll2 in interface ModuleListAndKeypublic List<Tdef1> ll3()
ModuleListAndKeyll3 in interface ModuleListAndKeypublic List<Class<? extends YangAutoPrefixInt>> ll4()
ModuleListAndKeyll4 in interface ModuleListAndKeypublic List<String> ll5()
ModuleListAndKeyll5 in interface ModuleListAndKeypublic List<Ll6Enum> ll6()
ModuleListAndKeyll6 in interface ModuleListAndKeypublic List<Bitdef> ll7()
ModuleListAndKeyll7 in interface ModuleListAndKeypublic List<byte[]> ll8()
ModuleListAndKeyll8 in interface ModuleListAndKeypublic List<Id> ll9()
ModuleListAndKeyll9 in interface ModuleListAndKeypublic BitSet valueLeafFlags()
ModuleListAndKeyvalueLeafFlags in interface ModuleListAndKeypublic List<ModKey> modKey()
ModuleListAndKeymodKey in interface ModuleListAndKeypublic List<Type> type()
ModuleListAndKeytype in interface ModuleListAndKeypublic Val val()
ModuleListAndKeyval in interface ModuleListAndKeypublic void tri(List<Class<? extends YangAutoPrefixInt>> tri)
ModuleListAndKeytri in interface ModuleListAndKeytri - list of tripublic void ll1(List<Ll1Union> ll1)
ModuleListAndKeyll1 in interface ModuleListAndKeyll1 - list of ll1public void ll2(List<Class<? extends YangAutoPrefixInt>> ll2)
ModuleListAndKeyll2 in interface ModuleListAndKeyll2 - list of ll2public void ll3(List<Tdef1> ll3)
ModuleListAndKeyll3 in interface ModuleListAndKeyll3 - list of ll3public void ll4(List<Class<? extends YangAutoPrefixInt>> ll4)
ModuleListAndKeyll4 in interface ModuleListAndKeyll4 - list of ll4public void ll5(List<String> ll5)
ModuleListAndKeyll5 in interface ModuleListAndKeyll5 - list of ll5public void ll6(List<Ll6Enum> ll6)
ModuleListAndKeyll6 in interface ModuleListAndKeyll6 - list of ll6public void ll7(List<Bitdef> ll7)
ModuleListAndKeyll7 in interface ModuleListAndKeyll7 - list of ll7public void ll8(List<byte[]> ll8)
ModuleListAndKeyll8 in interface ModuleListAndKeyll8 - list of ll8public void ll9(List<Id> ll9)
ModuleListAndKeyll9 in interface ModuleListAndKeyll9 - list of ll9public void modKey(List<ModKey> modKey)
ModuleListAndKeymodKey in interface ModuleListAndKeymodKey - list of modKeypublic void type(List<Type> type)
ModuleListAndKeytype in interface ModuleListAndKeytype - list of typepublic void val(Val val)
ModuleListAndKeyval in interface ModuleListAndKeyval - value of valpublic void addToTri(Class<? extends YangAutoPrefixInt> addTo)
ModuleListAndKeyaddToTri in interface ModuleListAndKeyaddTo - value of tripublic void addToLl1(Ll1Union addTo)
ModuleListAndKeyaddToLl1 in interface ModuleListAndKeyaddTo - value of ll1public void addToLl2(Class<? extends YangAutoPrefixInt> addTo)
ModuleListAndKeyaddToLl2 in interface ModuleListAndKeyaddTo - value of ll2public void addToLl3(Tdef1 addTo)
ModuleListAndKeyaddToLl3 in interface ModuleListAndKeyaddTo - value of ll3public void addToLl4(Class<? extends YangAutoPrefixInt> addTo)
ModuleListAndKeyaddToLl4 in interface ModuleListAndKeyaddTo - value of ll4public void addToLl5(String addTo)
ModuleListAndKeyaddToLl5 in interface ModuleListAndKeyaddTo - value of ll5public void addToLl6(Ll6Enum addTo)
ModuleListAndKeyaddToLl6 in interface ModuleListAndKeyaddTo - value of ll6public void addToLl7(Bitdef addTo)
ModuleListAndKeyaddToLl7 in interface ModuleListAndKeyaddTo - value of ll7public void addToLl8(byte[] addTo)
ModuleListAndKeyaddToLl8 in interface ModuleListAndKeyaddTo - value of ll8public void addToLl9(Id addTo)
ModuleListAndKeyaddToLl9 in interface ModuleListAndKeyaddTo - value of ll9public void addToModKey(ModKey addTo)
ModuleListAndKeyaddToModKey in interface ModuleListAndKeyaddTo - value of modKeypublic void addToType(Type addTo)
ModuleListAndKeyaddToType in interface ModuleListAndKeyaddTo - value of typepublic boolean isLeafValueSet(ModuleListAndKey.LeafIdentifier leaf)
ModuleListAndKeyisLeafValueSet in interface ModuleListAndKeyleaf - 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.