public interface AttemptOnDateTimeInput extends DataObject, Augmentable<AttemptOnDateTimeInput>
This class represents the following YANG schema fragment defined in module usecpluginaaa
container input {
leaf dateTime {
type string;
}
}
The schema path to identify an instance is
usecpluginaaa/attemptOnDateTime/input
To create instances of this class use AttemptOnDateTimeInputBuilder.
AttemptOnDateTimeInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDateTime() |
getImplementedInterfacegetAugmentationString getDateTime()
java.lang.String dateTime, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.