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