public interface SetTimeInput extends OcpHeader, DataObject, Augmentable<SetTimeInput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf newTime {
type xsd-dateTime;
}
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/set-time/input
To create instances of this class use SetTimeInputBuilder.
SetTimeInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
XsdDateTime |
getNewTime() |
getMsgType, getXidgetImplementedInterfacegetAugmentationXsdDateTime getNewTime()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.xsd.types.rev150811.XsdDateTime newTime, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.