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