public class DefaultSchedules extends org.onosproject.yang.model.InnerModelObject implements Schedules
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultSchedules()
Creates an instance of defaultSchedules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSchedule(Schedule addTo)
Adds to the list of schedule.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Schedule> |
schedule()
Returns the attribute schedule.
|
void |
schedule(List<Schedule> schedule)
Sets the attribute schedule.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultSchedules()
public List<Schedule> schedule()
Schedulespublic void schedule(List<Schedule> schedule)
Schedulespublic void addToSchedule(Schedule addTo)
SchedulesaddToSchedule in interface SchedulesaddTo - value of scheduleCopyright © 2017. All rights reserved.