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