public class DefaultApplicationAreas extends org.onosproject.yang.model.InnerModelObject implements ApplicationAreas, org.onosproject.yang.model.MultiInstanceObject<ApplicationAreasKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeApplicationAreas.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<byte[]> |
destinationAreas |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultApplicationAreas()
Creates an instance of defaultApplicationAreas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToDestinationAreas(byte[] addTo)
Adds to the list of destinationAreas.
|
List<byte[]> |
destinationAreas()
Returns the attribute destinationAreas.
|
void |
destinationAreas(List<byte[]> destinationAreas)
Sets the attribute destinationAreas.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ApplicationAreas.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<byte[]> destinationAreas
protected BitSet valueLeafFlags
public DefaultApplicationAreas()
public List<byte[]> destinationAreas()
ApplicationAreasdestinationAreas in interface ApplicationAreaspublic BitSet valueLeafFlags()
ApplicationAreasvalueLeafFlags in interface ApplicationAreaspublic void destinationAreas(List<byte[]> destinationAreas)
ApplicationAreasdestinationAreas in interface ApplicationAreasdestinationAreas - list of destinationAreaspublic void addToDestinationAreas(byte[] addTo)
ApplicationAreasaddToDestinationAreas in interface ApplicationAreasaddTo - value of destinationAreaspublic boolean isLeafValueSet(ApplicationAreas.LeafIdentifier leaf)
ApplicationAreasisLeafValueSet in interface ApplicationAreasleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.