public interface ModifyStateOutput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping modifyStateOutput {
leaf objId {
type ObjId;
}
leaf stateType {
type StateType;
}
leaf stateValue {
type StateVal;
}
}
The schema path to identify an instance is
ocp-types/modifyStateOutput| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ObjId |
getObjId() |
StateType |
getStateType() |
StateVal |
getStateValue() |
getImplementedInterfaceObjId getObjId()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.ObjId objId, or null if not presentStateType getStateType()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.StateType stateType, or null if not presentStateVal getStateValue()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.StateVal stateValue, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.