public class DefaultConfig extends org.onosproject.yang.model.InnerModelObject implements Config
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeConfig.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected TeDsClass |
classType |
protected BandwidthKbps |
setBandwidth |
protected TeBandwidthType |
specificationType |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultConfig()
Creates an instance of defaultConfig.
|
| Modifier and Type | Method and Description |
|---|---|
TeDsClass |
classType()
Returns the attribute classType.
|
void |
classType(TeDsClass classType)
Sets the attribute classType.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BandwidthKbps |
setBandwidth()
Returns the attribute setBandwidth.
|
void |
setBandwidth(BandwidthKbps setBandwidth)
Sets the attribute setBandwidth.
|
TeBandwidthType |
specificationType()
Returns the attribute specificationType.
|
void |
specificationType(TeBandwidthType specificationType)
Sets the attribute specificationType.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected TeBandwidthType specificationType
protected BandwidthKbps setBandwidth
protected TeDsClass classType
protected BitSet valueLeafFlags
public TeBandwidthType specificationType()
ConfigspecificationType in interface Configpublic BandwidthKbps setBandwidth()
ConfigsetBandwidth in interface Configpublic TeDsClass classType()
Configpublic BitSet valueLeafFlags()
ConfigvalueLeafFlags in interface Configpublic void specificationType(TeBandwidthType specificationType)
ConfigspecificationType in interface ConfigspecificationType - value of specificationTypepublic void setBandwidth(BandwidthKbps setBandwidth)
ConfigsetBandwidth in interface ConfigsetBandwidth - value of setBandwidthpublic void classType(TeDsClass classType)
Configpublic boolean isLeafValueSet(Config.LeafIdentifier leaf)
ConfigisLeafValueSet in interface Configleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.