public interface GetParamOutput extends OcpHeader, GetParamOutput, DataObject, Augmentable<GetParamOutput>
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 GetParamRes;
}
list obj {
key "id"
leaf id {
type ObjId;
}
list param {
key "name"
leaf name {
type string;
}
leaf value {
type string;
}
}
}
uses ocpHeader;
uses getParamOutput;
}
The schema path to identify an instance is
ocp-protocol/get-param/output
To create instances of this class use GetParamOutputBuilder.
GetParamOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
GetParamRes |
getResult() |
getMsgType, getXidgetObjgetImplementedInterfacegetAugmentationGetParamRes getResult()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.GetParamRes result, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.