public class DefaultEdit extends org.onosproject.yang.model.InnerModelObject implements Edit, org.onosproject.yang.model.MultiInstanceObject<EditKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeEdit.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
editId |
protected EditStatusChoice |
editStatusChoice |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultEdit()
Creates an instance of defaultEdit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
editId()
Returns the attribute editId.
|
void |
editId(String editId)
Sets the attribute editId.
|
EditStatusChoice |
editStatusChoice()
Returns the attribute editStatusChoice.
|
void |
editStatusChoice(EditStatusChoice editStatusChoice)
Sets the attribute editStatusChoice.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Edit.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String editId
protected BitSet valueLeafFlags
protected EditStatusChoice editStatusChoice
public BitSet valueLeafFlags()
EditvalueLeafFlags in interface Editpublic EditStatusChoice editStatusChoice()
EditeditStatusChoice in interface Editpublic void editId(String editId)
Editpublic void editStatusChoice(EditStatusChoice editStatusChoice)
EditeditStatusChoice in interface EditeditStatusChoice - value of editStatusChoicepublic boolean isLeafValueSet(Edit.LeafIdentifier leaf)
EditisLeafValueSet in interface Editleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.