public interface ReDirectOutput extends OcpHeader, RedirectOutput, DataObject, Augmentable<ReDirectOutput>
This class represents the following YANG schema fragment defined in module ocp-extension
container output {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf result {
type string;
}
uses ocpHeader;
uses redirectOutput;
}
The schema path to identify an instance is
ocp-extension/re-direct/output
To create instances of this class use ReDirectOutputBuilder.
ReDirectOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getMsgType, getXidgetResultgetImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.