public interface State extends ChildOf<Obj>, Augmentable<State>, Identifiable<StateKey>
This class represents the following YANG schema fragment defined in module ocp-types
list state {
key "type"
leaf type {
type StateType;
}
leaf value {
type StateVal;
}
}
The schema path to identify an instance is
ocp-types/getStateOutput/obj/state
To create instances of this class use StateBuilder.
StateBuilder,
StateKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
StateKey |
getKey()
Returns Primary Key of Yang List Type
|
StateType |
getType() |
StateVal |
getValue() |
getImplementedInterfacegetAugmentationStateType getType()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.StateType type, or null if not presentStateVal getValue()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.StateVal value, or null if not presentStateKey getKey()
getKey in interface Identifiable<StateKey>org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.getstateoutput.obj.StateKey key, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.