public class DefaultCustomerTreeFlavors extends org.onosproject.yang.model.InnerModelObject implements CustomerTreeFlavors
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<TreeFlavor> |
treeFlavor |
| Constructor and Description |
|---|
DefaultCustomerTreeFlavors()
Creates an instance of defaultCustomerTreeFlavors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTreeFlavor(TreeFlavor addTo)
Adds to the list of treeFlavor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
List<TreeFlavor> |
treeFlavor()
Returns the attribute treeFlavor.
|
void |
treeFlavor(List<TreeFlavor> treeFlavor)
Sets the attribute treeFlavor.
|
protected List<TreeFlavor> treeFlavor
public DefaultCustomerTreeFlavors()
public List<TreeFlavor> treeFlavor()
CustomerTreeFlavorstreeFlavor in interface CustomerTreeFlavorspublic void treeFlavor(List<TreeFlavor> treeFlavor)
CustomerTreeFlavorstreeFlavor in interface CustomerTreeFlavorstreeFlavor - list of treeFlavorpublic void addToTreeFlavor(TreeFlavor addTo)
CustomerTreeFlavorsaddToTreeFlavor in interface CustomerTreeFlavorsaddTo - value of treeFlavorCopyright © 2017. All rights reserved.