public class DefaultBandwidth extends org.onosproject.yang.model.InnerModelObject implements Bandwidth
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected AutoBandwidth |
autoBandwidth |
protected Config |
config |
protected State |
state |
| Constructor and Description |
|---|
DefaultBandwidth()
Creates an instance of defaultBandwidth.
|
| Modifier and Type | Method and Description |
|---|---|
AutoBandwidth |
autoBandwidth()
Returns the attribute autoBandwidth.
|
void |
autoBandwidth(AutoBandwidth autoBandwidth)
Sets the attribute autoBandwidth.
|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected Config config
protected State state
protected AutoBandwidth autoBandwidth
public DefaultBandwidth()
public Config config()
Bandwidthpublic State state()
Bandwidthpublic AutoBandwidth autoBandwidth()
BandwidthautoBandwidth in interface Bandwidthpublic void config(Config config)
Bandwidthpublic void state(State state)
Bandwidthpublic void autoBandwidth(AutoBandwidth autoBandwidth)
BandwidthautoBandwidth in interface BandwidthautoBandwidth - value of autoBandwidthCopyright © 2018. All rights reserved.