public class DefaultContainerList extends org.onosproject.yang.model.InnerModelObject implements ContainerList
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultContainerList()
Creates an instance of defaultContainerList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToListLeaf(ListLeaf addTo)
Adds to the list of listLeaf.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<ListLeaf> |
listLeaf()
Returns the attribute listLeaf.
|
void |
listLeaf(List<ListLeaf> listLeaf)
Sets the attribute listLeaf.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultContainerList()
public List<ListLeaf> listLeaf()
ContainerListlistLeaf in interface ContainerListpublic void listLeaf(List<ListLeaf> listLeaf)
ContainerListlistLeaf in interface ContainerListlistLeaf - list of listLeafpublic void addToListLeaf(ListLeaf addTo)
ContainerListaddToListLeaf in interface ContainerListaddTo - value of listLeafCopyright © 2018. All rights reserved.