public interface ModifyParamOutput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping modifyParamOutput {
leaf objId {
type ObjId;
}
list param {
key "name"
leaf name {
type string;
}
leaf result {
type ModifyParamRes;
}
}
}
The schema path to identify an instance is
ocp-types/modifyParamOutput| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ObjId |
getObjId() |
List<Param> |
getParam() |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.