public interface GetStateOutput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping getStateOutput {
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Obj> |
getObj() |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.