public class DefaultYtbPresent extends org.onosproject.yang.model.InnerModelObject implements YtbPresent
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeYtbPresent.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
represent |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultYtbPresent()
Creates an instance of defaultYtbPresent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToRepresent(Long addTo)
Adds to the list of represent.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(YtbPresent.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Long> |
represent()
Returns the attribute represent.
|
void |
represent(List<Long> represent)
Sets the attribute represent.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected BitSet valueLeafFlags
public DefaultYtbPresent()
public List<Long> represent()
YtbPresentrepresent in interface YtbPresentpublic BitSet valueLeafFlags()
YtbPresentvalueLeafFlags in interface YtbPresentpublic void represent(List<Long> represent)
YtbPresentrepresent in interface YtbPresentrepresent - list of representpublic void addToRepresent(Long addTo)
YtbPresentaddToRepresent in interface YtbPresentaddTo - value of representpublic boolean isLeafValueSet(YtbPresent.LeafIdentifier leaf)
YtbPresentisLeafValueSet in interface YtbPresentleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.