public interface ModifyParamInput extends OcpHeader, ModifyParamInput, DataObject, Augmentable<ModifyParamInput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf objId {
type ObjId;
}
list param {
key "name"
leaf name {
type string;
}
leaf value {
type string;
}
}
uses ocpHeader;
uses modifyParamInput;
}
The schema path to identify an instance is
ocp-protocol/modify-param/input
To create instances of this class use ModifyParamInputBuilder.
ModifyParamInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getMsgType, getXidgetObjId, getParamgetImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.