public interface GetStateInput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping getStateInput {
leaf objId {
type ObjId;
}
leaf stateType {
type StateAllType;
}
leaf eventDrivenReporting {
type boolean;
}
}
The schema path to identify an instance is
ocp-types/getStateInput| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ObjId |
getObjId() |
StateAllType |
getStateType() |
Boolean |
isEventDrivenReporting() |
getImplementedInterfaceObjId getObjId()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.ObjId objId, or null if not presentStateAllType getStateType()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.StateAllType stateType, or null if not presentBoolean isEventDrivenReporting()
java.lang.Boolean eventDrivenReporting, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.