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