public class DefaultUnderlay extends org.onosproject.yang.model.InnerModelObject implements Underlay
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeUnderlay.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
committed |
protected boolean |
dynamic |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultUnderlay()
Creates an instance of defaultUnderlay.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
committed()
Returns the attribute committed.
|
void |
committed(boolean committed)
Sets the attribute committed.
|
boolean |
dynamic()
Returns the attribute dynamic.
|
void |
dynamic(boolean dynamic)
Sets the attribute dynamic.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Underlay.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected boolean dynamic
protected boolean committed
protected BitSet valueLeafFlags
public boolean dynamic()
Underlaypublic boolean committed()
Underlaypublic BitSet valueLeafFlags()
UnderlayvalueLeafFlags in interface Underlaypublic void dynamic(boolean dynamic)
Underlaypublic void committed(boolean committed)
Underlaypublic boolean isLeafValueSet(Underlay.LeafIdentifier leaf)
UnderlayisLeafValueSet in interface Underlayleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.