public interface Obj extends ChildOf<GetParamOutput>, Augmentable<Obj>, Identifiable<ObjKey>
This class represents the following YANG schema fragment defined in module ocp-types
list obj {
key "id"
leaf id {
type ObjId;
}
list param {
key "name"
leaf name {
type string;
}
leaf value {
type string;
}
}
}
The schema path to identify an instance is
ocp-types/getParamOutput/obj
To create instances of this class use ObjBuilder.
ObjBuilder,
ObjKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ObjId |
getId() |
ObjKey |
getKey()
Returns Primary Key of Yang List Type
|
List<Param> |
getParam() |
getImplementedInterfacegetAugmentationObjId getId()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.ObjId id, or null if not presentObjKey getKey()
getKey in interface Identifiable<ObjKey>org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.getparamoutput.ObjKey key, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.