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 TeNodeAttributes |
teNodeAttributes |
protected List<Object> |
teNodeTemplate |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultConfig()
Creates an instance of defaultConfig.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTeNodeTemplate(Object addTo)
Adds to the list of teNodeTemplate.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TeNodeAttributes |
teNodeAttributes()
Returns the attribute teNodeAttributes.
|
void |
teNodeAttributes(TeNodeAttributes teNodeAttributes)
Sets the attribute teNodeAttributes.
|
List<Object> |
teNodeTemplate()
Returns the attribute teNodeTemplate.
|
void |
teNodeTemplate(List<Object> teNodeTemplate)
Sets the attribute teNodeTemplate.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected BitSet valueLeafFlags
protected TeNodeAttributes teNodeAttributes
public List<Object> teNodeTemplate()
ConfigteNodeTemplate in interface Configpublic BitSet valueLeafFlags()
ConfigvalueLeafFlags in interface Configpublic TeNodeAttributes teNodeAttributes()
ConfigteNodeAttributes in interface Configpublic void teNodeTemplate(List<Object> teNodeTemplate)
ConfigteNodeTemplate in interface ConfigteNodeTemplate - list of teNodeTemplatepublic void teNodeAttributes(TeNodeAttributes teNodeAttributes)
ConfigteNodeAttributes in interface ConfigteNodeAttributes - value of teNodeAttributespublic void addToTeNodeTemplate(Object addTo)
ConfigaddToTeNodeTemplate in interface ConfigaddTo - value of teNodeTemplatepublic boolean isLeafValueSet(Config.LeafIdentifier leaf)
ConfigisLeafValueSet in interface Configleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.