public interface GetParamInput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping getParamInput {
leaf objId {
type ObjId;
}
leaf paramName {
type string;
}
}
The schema path to identify an instance is
ocp-types/getParamInput| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ObjId |
getObjId() |
String |
getParamName() |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.