public interface GetParamInput extends GetParamInput, OcpHeader, DataObject, Augmentable<GetParamInput>
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;
}
leaf paramName {
type string;
}
uses getParamInput;
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/get-param/input
To create instances of this class use GetParamInputBuilder.
GetParamInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getObjId, getParamNamegetMsgType, getXidgetImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.