public interface GetStateInput extends GetStateInput, OcpHeader, DataObject, Augmentable<GetStateInput>
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 StateAllType;
}
leaf eventDrivenReporting {
type boolean;
}
uses getStateInput;
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/get-state/input
To create instances of this class use GetStateInputBuilder.
GetStateInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getObjId, getStateType, isEventDrivenReportinggetMsgType, getXidgetImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.