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 |
|---|---|
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.
|
int |
triggerEventCount()
Returns the attribute triggerEventCount.
|
void |
triggerEventCount(int triggerEventCount)
Sets the attribute triggerEventCount.
|
Percentage |
underflowThreshold()
Returns the attribute underflowThreshold.
|
void |
underflowThreshold(Percentage underflowThreshold)
Sets the attribute underflowThreshold.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean enabled()
Percentage underflowThreshold()
int triggerEventCount()
BitSet valueLeafFlags()
void enabled(boolean enabled)
enabled - value of enabledvoid underflowThreshold(Percentage underflowThreshold)
underflowThreshold - value of underflowThresholdvoid triggerEventCount(int triggerEventCount)
triggerEventCount - value of triggerEventCountboolean isLeafValueSet(State.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.