public class DefaultAvailable extends org.onosproject.yang.model.InnerModelObject implements Available
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAvailable.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Available> |
ll |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAvailable()
Creates an instance of defaultAvailable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLl(Available addTo)
Adds to the list of ll.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Available.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Available> |
ll()
Returns the attribute ll.
|
void |
ll(List<Available> ll)
Sets the attribute ll.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultAvailable()
public List<Available> ll()
Availablepublic BitSet valueLeafFlags()
AvailablevalueLeafFlags in interface Availablepublic void ll(List<Available> ll)
Availablepublic void addToLl(Available addTo)
Availablepublic boolean isLeafValueSet(Available.LeafIdentifier leaf)
AvailableisLeafValueSet in interface Availableleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.