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 OperationEnum |
operation |
protected TargetResourceOffset |
point |
protected TargetResourceOffset |
target |
protected Value |
value |
protected BitSet |
valueLeafFlags |
protected WhereEnum |
where |
| 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.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Edit.LeafIdentifier leaf)
Checks if the leaf value is set.
|
OperationEnum |
operation()
Returns the attribute operation.
|
void |
operation(OperationEnum operation)
Sets the attribute operation.
|
TargetResourceOffset |
point()
Returns the attribute point.
|
void |
point(TargetResourceOffset point)
Sets the attribute point.
|
TargetResourceOffset |
target()
Returns the attribute target.
|
void |
target(TargetResourceOffset target)
Sets the attribute target.
|
String |
toString() |
Value |
value()
Returns the attribute value.
|
void |
value(Value value)
Sets the attribute value.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
WhereEnum |
where()
Returns the attribute where.
|
void |
where(WhereEnum where)
Sets the attribute where.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String editId
protected OperationEnum operation
protected TargetResourceOffset target
protected TargetResourceOffset point
protected WhereEnum where
protected BitSet valueLeafFlags
protected Value value
public OperationEnum operation()
Editpublic TargetResourceOffset target()
Editpublic TargetResourceOffset point()
Editpublic BitSet valueLeafFlags()
EditvalueLeafFlags in interface Editpublic void editId(String editId)
Editpublic void operation(OperationEnum operation)
Editpublic void target(TargetResourceOffset target)
Editpublic void point(TargetResourceOffset point)
Editpublic void where(WhereEnum where)
Editpublic void value(Value value)
Editpublic boolean isLeafValueSet(Edit.LeafIdentifier leaf)
EditisLeafValueSet in interface Editleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.