public class DefaultExecution extends org.onosproject.yang.model.InnerModelObject implements Execution, org.onosproject.yang.model.MultiInstanceObject<ExecutionKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeExecution.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
duration |
protected Operation |
operation |
protected DateAndTime |
start |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultExecution()
Creates an instance of defaultExecution.
|
| Modifier and Type | Method and Description |
|---|---|
String |
duration()
Returns the attribute duration.
|
void |
duration(String duration)
Sets the attribute duration.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Execution.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Operation |
operation()
Returns the attribute operation.
|
void |
operation(Operation operation)
Sets the attribute operation.
|
DateAndTime |
start()
Returns the attribute start.
|
void |
start(DateAndTime start)
Sets the attribute start.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected DateAndTime start
protected String duration
protected Operation operation
protected BitSet valueLeafFlags
public DefaultExecution()
public DateAndTime start()
Executionpublic String duration()
Executionpublic Operation operation()
Executionpublic BitSet valueLeafFlags()
ExecutionvalueLeafFlags in interface Executionpublic void start(DateAndTime start)
Executionpublic void duration(String duration)
Executionpublic void operation(Operation operation)
Executionpublic boolean isLeafValueSet(Execution.LeafIdentifier leaf)
ExecutionisLeafValueSet in interface Executionleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.