public class DefaultEditStatus extends org.onosproject.yang.model.InnerModelObject implements EditStatus
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultEditStatus()
Creates an instance of defaultEditStatus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToEdit(Edit addTo)
Adds to the list of edit.
|
List<Edit> |
edit()
Returns the attribute edit.
|
void |
edit(List<Edit> edit)
Sets the attribute edit.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultEditStatus()
public List<Edit> edit()
EditStatusedit in interface EditStatuspublic void edit(List<Edit> edit)
EditStatusedit in interface EditStatusedit - list of editpublic void addToEdit(Edit addTo)
EditStatusaddToEdit in interface EditStatusaddTo - value of editCopyright © 2018. All rights reserved.