public class YtbModuleWithLeafListOpParam extends org.onosproject.yang.model.InnerModelObject implements YtbModuleWithLeafList
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeYtbModuleWithLeafList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
time |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
YtbModuleWithLeafListOpParam()
Creates an instance of ytbModuleWithLeafListOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToTime(Long addTo)
Adds to the list of time.
|
<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(YtbModuleWithLeafList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
List<Long> |
time()
Returns the attribute time.
|
void |
time(List<Long> time)
Sets the attribute time.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public YtbModuleWithLeafListOpParam()
public List<Long> time()
YtbModuleWithLeafListtime in interface YtbModuleWithLeafListpublic BitSet valueLeafFlags()
YtbModuleWithLeafListvalueLeafFlags in interface YtbModuleWithLeafListpublic void time(List<Long> time)
YtbModuleWithLeafListtime in interface YtbModuleWithLeafListtime - list of timepublic void addToTime(Long addTo)
YtbModuleWithLeafListaddToTime in interface YtbModuleWithLeafListaddTo - value of timepublic boolean isLeafValueSet(YtbModuleWithLeafList.LeafIdentifier leaf)
YtbModuleWithLeafListisLeafValueSet in interface YtbModuleWithLeafListleaf - 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.