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 |
|---|---|
TeDsClass |
classType()
Returns the attribute classType.
|
void |
classType(TeDsClass classType)
Sets the attribute classType.
|
boolean |
isLeafValueSet(State.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BandwidthKbps |
setBandwidth()
Returns the attribute setBandwidth.
|
void |
setBandwidth(BandwidthKbps setBandwidth)
Sets the attribute setBandwidth.
|
BandwidthKbps |
signaledBandwidth()
Returns the attribute signaledBandwidth.
|
void |
signaledBandwidth(BandwidthKbps signaledBandwidth)
Sets the attribute signaledBandwidth.
|
TeBandwidthType |
specificationType()
Returns the attribute specificationType.
|
void |
specificationType(TeBandwidthType specificationType)
Sets the attribute specificationType.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeBandwidthType specificationType()
BandwidthKbps setBandwidth()
TeDsClass classType()
BandwidthKbps signaledBandwidth()
BitSet valueLeafFlags()
void specificationType(TeBandwidthType specificationType)
specificationType - value of specificationTypevoid setBandwidth(BandwidthKbps setBandwidth)
setBandwidth - value of setBandwidthvoid classType(TeDsClass classType)
classType - value of classTypevoid signaledBandwidth(BandwidthKbps signaledBandwidth)
signaledBandwidth - value of signaledBandwidthboolean isLeafValueSet(State.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.