public interface Execution
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Execution.LeafIdentifier
Identify the leaf of Execution.
|
| Modifier and Type | Method and Description |
|---|---|
String |
duration()
Returns the attribute duration.
|
void |
duration(String duration)
Sets the attribute duration.
|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
DateAndTime start()
String duration()
Operation operation()
BitSet valueLeafFlags()
void start(DateAndTime start)
start - value of startvoid duration(String duration)
duration - value of durationvoid operation(Operation operation)
operation - value of operationboolean isLeafValueSet(Execution.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.