public interface Obj extends ChildOf<GetStateOutput>, 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 state {
key "type"
leaf type {
type StateType;
}
leaf value {
type StateVal;
}
}
}
The schema path to identify an instance is
ocp-types/getStateOutput/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<State> |
getState() |
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.getstateoutput.ObjKey key, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.