Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue.InstructionKey
Package
Description
-
Uses of InstructionKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720
Modifier and TypeMethodDescription@Nullable Map
<InstructionKey, Instruction> InstructionQueue.getInstruction()
Return instruction, ornull
if it is not present.InstructionsQueueBuilder.getInstruction()
Return current value associated with the property corresponding toInstructionQueue.getInstruction()
.default @NonNull Map
<InstructionKey, Instruction> InstructionQueue.nonnullInstruction()
Return instruction, or an empty list if it is not present.Modifier and TypeMethodDescriptionInstructionsQueueBuilder.setInstruction
(Map<InstructionKey, Instruction> values) Set the property corresponding toInstructionQueue.getInstruction()
to the specified value. -
Uses of InstructionKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue
Modifier and TypeMethodDescriptionInstruction.key()
InstructionBuilder.key()
Return current value associated with the property corresponding toInstruction.key()
.Modifier and TypeMethodDescriptionInstructionBuilder.withKey
(InstructionKey key) Set the key value corresponding toInstruction.key()
to the specified value.ModifierConstructorDescriptionInstructionKey
(InstructionKey source) Creates a copy from Source Object.