public interface ModifyStateInput extends OcpHeader, ModifyStateInput, DataObject, Augmentable<ModifyStateInput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf objId {
type ObjId;
}
leaf stateType {
type StateType;
}
leaf stateValue {
type StateVal;
}
uses ocpHeader;
uses modifyStateInput;
}
The schema path to identify an instance is
ocp-protocol/modify-state/input
To create instances of this class use ModifyStateInputBuilder.
ModifyStateInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getMsgType, getXidgetObjId, getStateType, getStateValuegetImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.