Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue.InstructionKey
Packages that use InstructionKey
Package
Description
-
Uses of InstructionKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 that return types with arguments of type InstructionKeyModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with type arguments of type InstructionKeyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue that return InstructionKeyModifier and TypeMethodDescriptionInstruction.key()
InstructionBuilder.key()
Return current value associated with the property corresponding toInstruction.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue with parameters of type InstructionKeyModifier and TypeMethodDescriptionInstructionBuilder.withKey
(InstructionKey key) Set the key value corresponding toInstruction.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue with parameters of type InstructionKeyModifierConstructorDescriptionInstructionKey
(InstructionKey source) Creates a copy from Source Object.