public class DefaultListItems extends org.onosproject.yang.model.InnerModelObject implements ListItems
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeListItems.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<byte[]> |
listItems |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultListItems()
Creates an instance of defaultListItems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToListItems(byte[] addTo)
Adds to the list of listItems.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ListItems.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<byte[]> |
listItems()
Returns the attribute listItems.
|
void |
listItems(List<byte[]> listItems)
Sets the attribute listItems.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected List<byte[]> listItems
protected BitSet valueLeafFlags
public DefaultListItems()
public List<byte[]> listItems()
ListItemspublic BitSet valueLeafFlags()
ListItemsvalueLeafFlags in interface ListItemspublic void listItems(List<byte[]> listItems)
ListItemspublic void addToListItems(byte[] addTo)
ListItemsaddToListItems in interface ListItemsaddTo - value of listItemspublic boolean isLeafValueSet(ListItems.LeafIdentifier leaf)
ListItemsisLeafValueSet in interface ListItemsleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.