public interface InstructionStatusChanged extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<InstructionStatusChanged>, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module programming
notification instruction-status-changed {
leaf id {
type instruction-id;
}
leaf status {
type instruction-status;
}
container details {
leaf-list unmet-dependencies {
type instruction-id;
}
}
}
The schema path to identify an instance is
programming/instruction-status-changed
To create instances of this class use InstructionStatusChangedBuilder.
InstructionStatusChangedBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Details |
getDetails()
More details about the instruction state.
|
InstructionId |
getId()
Instruction identifier.
|
InstructionStatus |
getStatus()
New status of the instruction.
|
InstructionId getId()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionId id, or null if not presentInstructionStatus getStatus()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionStatus status, or null if not presentDetails getDetails()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed.Details details, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.