public class LeafreftestOpParam extends org.onosproject.yang.model.InnerModelObject implements Leafreftest
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeLeafreftest.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Cont1 |
cont1 |
protected Food |
food |
protected List<LeafrefList> |
leafrefList |
protected String |
middlename |
protected String |
name |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
LeafreftestOpParam()
Creates an instance of leafreftestOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToLeafrefList(LeafrefList addTo)
Adds to the list of leafrefList.
|
<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() |
Cont1 |
cont1()
Returns the attribute cont1.
|
void |
cont1(Cont1 cont1)
Sets the attribute cont1.
|
boolean |
equals(Object obj) |
Food |
food()
Returns the attribute food.
|
void |
food(Food food)
Sets the attribute food.
|
int |
hashCode() |
boolean |
isLeafValueSet(Leafreftest.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<LeafrefList> |
leafrefList()
Returns the attribute leafrefList.
|
void |
leafrefList(List<LeafrefList> leafrefList)
Sets the attribute leafrefList.
|
String |
middlename()
Returns the attribute middlename.
|
void |
middlename(String middlename)
Sets the attribute middlename.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String middlename
protected String name
protected BitSet valueLeafFlags
protected List<LeafrefList> leafrefList
protected Cont1 cont1
protected Food food
public LeafreftestOpParam()
public String middlename()
Leafreftestmiddlename in interface Leafreftestpublic String name()
Leafreftestname in interface Leafreftestpublic BitSet valueLeafFlags()
LeafreftestvalueLeafFlags in interface Leafreftestpublic List<LeafrefList> leafrefList()
LeafreftestleafrefList in interface Leafreftestpublic Cont1 cont1()
Leafreftestcont1 in interface Leafreftestpublic Food food()
Leafreftestfood in interface Leafreftestpublic void middlename(String middlename)
Leafreftestmiddlename in interface Leafreftestmiddlename - value of middlenamepublic void name(String name)
Leafreftestname in interface Leafreftestname - value of namepublic void leafrefList(List<LeafrefList> leafrefList)
LeafreftestleafrefList in interface LeafreftestleafrefList - list of leafrefListpublic void cont1(Cont1 cont1)
Leafreftestcont1 in interface Leafreftestcont1 - value of cont1public void food(Food food)
Leafreftestfood in interface Leafreftestfood - value of foodpublic void addToLeafrefList(LeafrefList addTo)
LeafreftestaddToLeafrefList in interface LeafreftestaddTo - value of leafrefListpublic boolean isLeafValueSet(Leafreftest.LeafIdentifier leaf)
LeafreftestisLeafValueSet in interface Leafreftestleaf - 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.