public class DefaultConfig extends ModelObject implements Config
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected BundleStackLevel |
bundleStackLevel |
protected TeLinkAttributes |
teLinkAttributes |
protected List<Object> |
teLinkTemplate |
| Constructor and Description |
|---|
DefaultConfig()
Creates an instance of defaultConfig.
|
| Modifier and Type | Method and Description |
|---|---|
BundleStackLevel |
bundleStackLevel()
Returns the attribute bundleStackLevel.
|
void |
bundleStackLevel(BundleStackLevel bundleStackLevel)
Sets the attribute bundleStackLevel.
|
boolean |
equals(Object obj) |
int |
hashCode() |
TeLinkAttributes |
teLinkAttributes()
Returns the attribute teLinkAttributes.
|
void |
teLinkAttributes(TeLinkAttributes teLinkAttributes)
Sets the attribute teLinkAttributes.
|
List<Object> |
teLinkTemplate()
Returns the attribute teLinkTemplate.
|
void |
teLinkTemplate(List<Object> teLinkTemplate)
Sets the attribute teLinkTemplate.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected BundleStackLevel bundleStackLevel
protected TeLinkAttributes teLinkAttributes
public List<Object> teLinkTemplate()
ConfigteLinkTemplate in interface Configpublic BundleStackLevel bundleStackLevel()
ConfigbundleStackLevel in interface Configpublic TeLinkAttributes teLinkAttributes()
ConfigteLinkAttributes in interface Configpublic void teLinkTemplate(List<Object> teLinkTemplate)
ConfigteLinkTemplate in interface ConfigteLinkTemplate - list of teLinkTemplatepublic void bundleStackLevel(BundleStackLevel bundleStackLevel)
ConfigbundleStackLevel in interface ConfigbundleStackLevel - value of bundleStackLevelpublic void teLinkAttributes(TeLinkAttributes teLinkAttributes)
ConfigteLinkAttributes in interface ConfigteLinkAttributes - value of teLinkAttributesCopyright © 2017. All rights reserved.