public interface ModifyStateOutput extends ModifyStateOutput, OcpHeader, DataObject, Augmentable<ModifyStateOutput>
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 ModifyStateRes;
}
leaf objId {
type ObjId;
}
leaf stateType {
type StateType;
}
leaf stateValue {
type StateVal;
}
uses modifyStateOutput;
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/modify-state/output
To create instances of this class use ModifyStateOutputBuilder.
ModifyStateOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ModifyStateRes |
getResult() |
getObjId, getStateType, getStateValuegetMsgType, getXidgetImplementedInterfacegetAugmentationModifyStateRes getResult()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.ModifyStateRes result, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.