public class DefaultListInList extends org.onosproject.yang.model.InnerModelObject implements ListInList, org.onosproject.yang.model.MultiInstanceObject<ListInListKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeListInList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<List2> |
list2 |
protected Uri |
listKey |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultListInList()
Creates an instance of defaultListInList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToList2(List2 addTo)
Adds to the list of list2.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ListInList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<List2> |
list2()
Returns the attribute list2.
|
void |
list2(List<List2> list2)
Sets the attribute list2.
|
Uri |
listKey()
Returns the attribute listKey.
|
void |
listKey(Uri listKey)
Sets the attribute listKey.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public DefaultListInList()
public Uri listKey()
ListInListlistKey in interface ListInListpublic BitSet valueLeafFlags()
ListInListvalueLeafFlags in interface ListInListpublic List<List2> list2()
ListInListlist2 in interface ListInListpublic void listKey(Uri listKey)
ListInListlistKey in interface ListInListlistKey - value of listKeypublic void list2(List<List2> list2)
ListInListlist2 in interface ListInListlist2 - list of list2public void addToList2(List2 addTo)
ListInListaddToList2 in interface ListInListaddTo - value of list2public boolean isLeafValueSet(ListInList.LeafIdentifier leaf)
ListInListisLeafValueSet in interface ListInListleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.