public class DefaultAutoBandwidth extends org.onosproject.yang.model.InnerModelObject implements AutoBandwidth
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected Overflow |
overflow |
protected State |
state |
protected Underflow |
underflow |
| Constructor and Description |
|---|
DefaultAutoBandwidth()
Creates an instance of defaultAutoBandwidth.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
Overflow |
overflow()
Returns the attribute overflow.
|
void |
overflow(Overflow overflow)
Sets the attribute overflow.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
String |
toString() |
Underflow |
underflow()
Returns the attribute underflow.
|
void |
underflow(Underflow underflow)
Sets the attribute underflow.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Config config
protected State state
protected Overflow overflow
protected Underflow underflow
public DefaultAutoBandwidth()
public Config config()
AutoBandwidthconfig in interface AutoBandwidthpublic State state()
AutoBandwidthstate in interface AutoBandwidthpublic Overflow overflow()
AutoBandwidthoverflow in interface AutoBandwidthpublic Underflow underflow()
AutoBandwidthunderflow in interface AutoBandwidthpublic void config(Config config)
AutoBandwidthconfig in interface AutoBandwidthconfig - value of configpublic void state(State state)
AutoBandwidthstate in interface AutoBandwidthstate - value of statepublic void overflow(Overflow overflow)
AutoBandwidthoverflow in interface AutoBandwidthoverflow - value of overflowpublic void underflow(Underflow underflow)
AutoBandwidthunderflow in interface AutoBandwidthunderflow - value of underflowCopyright © 2018. All rights reserved.