org.onosproject.yang.model.ModelObject.ModelObjectTypeConfig.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BundleStackLevel |
bundleStackLevel |
protected TeLinkAttributes |
teLinkAttributes |
protected List<Object> |
teLinkTemplate |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultConfig()
Creates an instance of defaultConfig.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTeLinkTemplate(Object addTo)
Adds to the list of teLinkTemplate.
|
BundleStackLevel |
bundleStackLevel()
Returns the attribute bundleStackLevel.
|
void |
bundleStackLevel(BundleStackLevel bundleStackLevel)
Sets the attribute bundleStackLevel.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
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() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected BitSet valueLeafFlags
protected BundleStackLevel bundleStackLevel
protected TeLinkAttributes teLinkAttributes
public List<Object> teLinkTemplate()
ConfigteLinkTemplate in interface Configpublic BitSet valueLeafFlags()
ConfigvalueLeafFlags 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 teLinkAttributespublic void addToTeLinkTemplate(Object addTo)
ConfigaddToTeLinkTemplate in interface ConfigaddTo - value of teLinkTemplatepublic boolean isLeafValueSet(Config.LeafIdentifier leaf)
ConfigisLeafValueSet in interface Configleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.