public interface ModifyParamOutput extends ModifyParamOutput, OcpHeader, DataObject, Augmentable<ModifyParamOutput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container output {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf globResult {
type ModifyParamGlobRes;
}
leaf objId {
type ObjId;
}
list param {
key "name"
leaf name {
type string;
}
leaf result {
type ModifyParamRes;
}
}
uses modifyParamOutput;
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/modify-param/output
To create instances of this class use ModifyParamOutputBuilder.
ModifyParamOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ModifyParamGlobRes |
getGlobResult() |
getObjId, getParamgetMsgType, getXidgetImplementedInterfacegetAugmentationModifyParamGlobRes getGlobResult()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.ModifyParamGlobRes globResult, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.