public class DefaultUnreservedBandwidth extends org.onosproject.yang.model.InnerModelObject implements UnreservedBandwidth, org.onosproject.yang.model.MultiInstanceObject<UnreservedBandwidthKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeUnreservedBandwidth.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
bandwidth |
protected short |
priority |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultUnreservedBandwidth()
Creates an instance of defaultUnreservedBandwidth.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
bandwidth()
Returns the attribute bandwidth.
|
void |
bandwidth(BigDecimal bandwidth)
Sets the attribute bandwidth.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(UnreservedBandwidth.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
priority()
Returns the attribute priority.
|
void |
priority(short priority)
Sets the attribute priority.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected short priority
protected BigDecimal bandwidth
protected BitSet valueLeafFlags
public DefaultUnreservedBandwidth()
public short priority()
UnreservedBandwidthpriority in interface UnreservedBandwidthpublic BigDecimal bandwidth()
UnreservedBandwidthbandwidth in interface UnreservedBandwidthpublic BitSet valueLeafFlags()
UnreservedBandwidthvalueLeafFlags in interface UnreservedBandwidthpublic void priority(short priority)
UnreservedBandwidthpriority in interface UnreservedBandwidthpriority - value of prioritypublic void bandwidth(BigDecimal bandwidth)
UnreservedBandwidthbandwidth in interface UnreservedBandwidthbandwidth - value of bandwidthpublic boolean isLeafValueSet(UnreservedBandwidth.LeafIdentifier leaf)
UnreservedBandwidthisLeafValueSet in interface UnreservedBandwidthleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.