public interface GetStateOutput extends GetStateOutput, OcpHeader, DataObject, Augmentable<GetStateOutput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container output {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf result {
type GetStateRes;
}
list obj {
key "id"
leaf id {
type ObjId;
}
list state {
key "type"
leaf type {
type StateType;
}
leaf value {
type StateVal;
}
}
}
uses getStateOutput;
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/get-state/output
To create instances of this class use GetStateOutputBuilder.
GetStateOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
GetStateRes |
getResult() |
getObjgetMsgType, getXidgetImplementedInterfacegetAugmentationGetStateRes getResult()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.GetStateRes result, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.