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.
| Constructor and Description |
|---|
ModuleListAndKeyOpParam()
Creates an instance of moduleListAndKeyOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToModKey(ModKey addTo)
Adds to the list of modKey.
|
<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() |
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() |
public ModuleListAndKeyOpParam()
public List<ModKey> modKey()
ModuleListAndKeymodKey in interface ModuleListAndKeypublic void modKey(List<ModKey> modKey)
ModuleListAndKeymodKey in interface ModuleListAndKeymodKey - list of modKeypublic void addToModKey(ModKey addTo)
ModuleListAndKeyaddToModKey in interface ModuleListAndKeyaddTo - value of modKeypublic 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.