public interface Instruction extends org.opendaylight.yangtools.yang.binding.ChildOf<InstructionQueue>, org.opendaylight.yangtools.yang.binding.Augmentable<Instruction>, org.opendaylight.yangtools.yang.binding.Identifiable<InstructionKey>
This class represents the following YANG schema fragment defined in module programming
list instruction {
key "id"
leaf id {
type instruction-id;
}
leaf status {
type instruction-status;
}
leaf deadline {
type nanotime;
}
}
The schema path to identify an instance is
programming/instruction-queue/instruction
To create instances of this class use InstructionBuilder.
InstructionBuilder,
InstructionKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Nanotime |
getDeadline() |
InstructionId |
getId() |
InstructionKey |
getKey()
Returns Primary Key of Yang List Type
|
InstructionStatus |
getStatus() |
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 presentNanotime getDeadline()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.Nanotime deadline, or null if not presentInstructionKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<InstructionKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue.InstructionKey key, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.