public interface Schedules
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
void |
addToSchedule(Schedule addTo)
Adds to the list of schedule.
|
List<Schedule> |
schedule()
Returns the attribute schedule.
|
void |
schedule(List<Schedule> schedule)
Sets the attribute schedule.
|
List<Schedule> schedule()
void schedule(List<Schedule> schedule)
schedule - list of schedulevoid addToSchedule(Schedule addTo)
addTo - value of scheduleCopyright © 2017. All rights reserved.