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