public interface State
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
State.LeafIdentifier
Identify the leaf of State.
|
| Modifier and Type | Method and Description |
|---|---|
long |
adjustInterval()
Returns the attribute adjustInterval.
|
void |
adjustInterval(long adjustInterval)
Sets the attribute adjustInterval.
|
Percentage |
adjustThreshold()
Returns the attribute adjustThreshold.
|
void |
adjustThreshold(Percentage adjustThreshold)
Sets the attribute adjustThreshold.
|
boolean |
enabled()
Returns the attribute enabled.
|
void |
enabled(boolean enabled)
Sets the attribute enabled.
|
boolean |
isLeafValueSet(State.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BandwidthKbps |
maxBw()
Returns the attribute maxBw.
|
void |
maxBw(BandwidthKbps maxBw)
Sets the attribute maxBw.
|
BandwidthKbps |
minBw()
Returns the attribute minBw.
|
void |
minBw(BandwidthKbps minBw)
Sets the attribute minBw.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean enabled()
BandwidthKbps minBw()
BandwidthKbps maxBw()
long adjustInterval()
Percentage adjustThreshold()
BitSet valueLeafFlags()
void enabled(boolean enabled)
enabled - value of enabledvoid minBw(BandwidthKbps minBw)
minBw - value of minBwvoid maxBw(BandwidthKbps maxBw)
maxBw - value of maxBwvoid adjustInterval(long adjustInterval)
adjustInterval - value of adjustIntervalvoid adjustThreshold(Percentage adjustThreshold)
adjustThreshold - value of adjustThresholdboolean isLeafValueSet(State.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.