public class EnumListKeyTestOpParam extends org.onosproject.yang.model.InnerModelObject implements EnumListKeyTest
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
EnumListKeyTestOpParam()
Creates an instance of enumListKeyTestOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToEnumList(EnumList addTo)
Adds to the list of enumList.
|
<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() |
List<EnumList> |
enumList()
Returns the attribute enumList.
|
void |
enumList(List<EnumList> enumList)
Sets the attribute enumList.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
String |
toString() |
public EnumListKeyTestOpParam()
public List<EnumList> enumList()
EnumListKeyTestenumList in interface EnumListKeyTestpublic void enumList(List<EnumList> enumList)
EnumListKeyTestenumList in interface EnumListKeyTestenumList - list of enumListpublic void addToEnumList(EnumList addTo)
EnumListKeyTestaddToEnumList in interface EnumListKeyTestaddTo - value of enumListpublic 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.