public class DefaultConfigurationSchedules extends org.onosproject.yang.model.InnerModelObject implements ConfigurationSchedules
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultConfigurationSchedules()
Creates an instance of defaultConfigurationSchedules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTarget(Target addTo)
Adds to the list of target.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Target> |
target()
Returns the attribute target.
|
void |
target(List<Target> target)
Sets the attribute target.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultConfigurationSchedules()
public List<Target> target()
ConfigurationSchedulestarget in interface ConfigurationSchedulespublic void target(List<Target> target)
ConfigurationSchedulestarget in interface ConfigurationSchedulestarget - list of targetpublic void addToTarget(Target addTo)
ConfigurationSchedulesaddToTarget in interface ConfigurationSchedulesaddTo - value of targetCopyright © 2018. All rights reserved.