public class DefaultClasses extends org.onosproject.yang.model.InnerModelObject implements Classes
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<YangAutoPrefixClass> |
yangAutoPrefixClass |
| Constructor and Description |
|---|
DefaultClasses()
Creates an instance of defaultClasses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToYangAutoPrefixClass(YangAutoPrefixClass addTo)
Adds to the list of yangAutoPrefixClass.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
List<YangAutoPrefixClass> |
yangAutoPrefixClass()
Returns the attribute yangAutoPrefixClass.
|
void |
yangAutoPrefixClass(List<YangAutoPrefixClass> yangAutoPrefixClass)
Sets the attribute yangAutoPrefixClass.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<YangAutoPrefixClass> yangAutoPrefixClass
public List<YangAutoPrefixClass> yangAutoPrefixClass()
ClassesyangAutoPrefixClass in interface Classespublic void yangAutoPrefixClass(List<YangAutoPrefixClass> yangAutoPrefixClass)
ClassesyangAutoPrefixClass in interface ClassesyangAutoPrefixClass - list of yangAutoPrefixClasspublic void addToYangAutoPrefixClass(YangAutoPrefixClass addTo)
ClassesaddToYangAutoPrefixClass in interface ClassesaddTo - value of yangAutoPrefixClassCopyright © 2018. All rights reserved.