public class DefaultDstTributarySlots extends org.onosproject.yang.model.InnerModelObject implements DstTributarySlots
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeDstTributarySlots.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BitSet |
valueLeafFlags |
protected List<Short> |
values |
| Constructor and Description |
|---|
DefaultDstTributarySlots()
Creates an instance of defaultDstTributarySlots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToValues(Short addTo)
Adds to the list of values.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(DstTributarySlots.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Short> |
values()
Returns the attribute values.
|
void |
values(List<Short> values)
Sets the attribute values.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultDstTributarySlots()
public List<Short> values()
DstTributarySlotsvalues in interface DstTributarySlotspublic BitSet valueLeafFlags()
DstTributarySlotsvalueLeafFlags in interface DstTributarySlotspublic void values(List<Short> values)
DstTributarySlotsvalues in interface DstTributarySlotsvalues - list of valuespublic void addToValues(Short addTo)
DstTributarySlotsaddToValues in interface DstTributarySlotsaddTo - value of valuespublic boolean isLeafValueSet(DstTributarySlots.LeafIdentifier leaf)
DstTributarySlotsisLeafValueSet in interface DstTributarySlotsleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.