public interface FutureExecutions
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
void |
addToExecution(Execution addTo)
Adds to the list of execution.
|
List<Execution> |
execution()
Returns the attribute execution.
|
void |
execution(List<Execution> execution)
Sets the attribute execution.
|
List<Execution> execution()
void execution(List<Execution> execution)
execution - list of executionvoid addToExecution(Execution addTo)
addTo - value of executionCopyright © 2018. All rights reserved.