public class YtbChoiceWithContainerAndLeafListOpParam extends org.onosproject.yang.model.InnerModelObject implements YtbChoiceWithContainerAndLeafList
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeYtbChoiceWithContainerAndLeafList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected ContentTest |
contentTest |
protected CurrentValue |
currentValue |
protected byte[] |
refer |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
YtbChoiceWithContainerAndLeafListOpParam()
Creates an instance of ytbChoiceWithContainerAndLeafListOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
<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() |
ContentTest |
contentTest()
Returns the attribute contentTest.
|
void |
contentTest(ContentTest contentTest)
Sets the attribute contentTest.
|
CurrentValue |
currentValue()
Returns the attribute currentValue.
|
void |
currentValue(CurrentValue currentValue)
Sets the attribute currentValue.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(YtbChoiceWithContainerAndLeafList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
byte[] |
refer()
Returns the attribute refer.
|
void |
refer(byte[] refer)
Sets the attribute refer.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected byte[] refer
protected BitSet valueLeafFlags
protected ContentTest contentTest
protected CurrentValue currentValue
public YtbChoiceWithContainerAndLeafListOpParam()
public byte[] refer()
YtbChoiceWithContainerAndLeafListrefer in interface YtbChoiceWithContainerAndLeafListpublic BitSet valueLeafFlags()
YtbChoiceWithContainerAndLeafListvalueLeafFlags in interface YtbChoiceWithContainerAndLeafListpublic ContentTest contentTest()
YtbChoiceWithContainerAndLeafListcontentTest in interface YtbChoiceWithContainerAndLeafListpublic CurrentValue currentValue()
YtbChoiceWithContainerAndLeafListcurrentValue in interface YtbChoiceWithContainerAndLeafListpublic void refer(byte[] refer)
YtbChoiceWithContainerAndLeafListrefer in interface YtbChoiceWithContainerAndLeafListrefer - value of referpublic void contentTest(ContentTest contentTest)
YtbChoiceWithContainerAndLeafListcontentTest in interface YtbChoiceWithContainerAndLeafListcontentTest - value of contentTestpublic void currentValue(CurrentValue currentValue)
YtbChoiceWithContainerAndLeafListcurrentValue in interface YtbChoiceWithContainerAndLeafListcurrentValue - value of currentValuepublic boolean isLeafValueSet(YtbChoiceWithContainerAndLeafList.LeafIdentifier leaf)
YtbChoiceWithContainerAndLeafListisLeafValueSet in interface YtbChoiceWithContainerAndLeafListleaf - 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.