public interface InstructionsQueue extends org.opendaylight.yangtools.yang.binding.ChildOf<ProgrammingData>, org.opendaylight.yangtools.yang.binding.Augmentable<InstructionsQueue>, InstructionQueue, org.opendaylight.yangtools.yang.binding.Identifiable<InstructionsQueueKey>
This class represents the following YANG schema fragment defined in module programming
list instructions-queue {
key "instruction-queue-id"
leaf instruction-queue-id {
type string;
}
list instruction {
key "id"
leaf id {
type instruction-id;
}
leaf status {
type instruction-status;
}
leaf deadline {
type nanotime;
}
}
uses instruction-queue;
}
The schema path to identify an instance is
programming/instructions-queue
To create instances of this class use InstructionsQueueBuilder.
InstructionsQueueBuilder,
InstructionsQueueKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
InstructionsQueueKey |
getKey()
Returns Primary Key of Yang List Type
|
getAugmentationgetInstruction, getInstructionQueueIdInstructionsQueueKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<InstructionsQueueKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueueKey key, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.