Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueueBuilder
Package
Description
-
Uses of InstructionsQueueBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720
Modifier and TypeMethodDescriptionInstructionsQueueBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<InstructionsQueue> augmentation) Add an augmentation to this builder's product.InstructionsQueueBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<InstructionsQueue>> augmentationType) Remove an augmentation from this builder's product.InstructionsQueueBuilder.setInstruction
(Map<InstructionKey, Instruction> values) Set the property corresponding toInstructionQueue.getInstruction()
to the specified value.InstructionsQueueBuilder.setInstructionQueueId
(String value) Set the property corresponding toInstructionQueue.getInstructionQueueId()
to the specified value.InstructionsQueueBuilder.withKey
(InstructionsQueueKey key) Set the key value corresponding toInstructionsQueue.key()
to the specified value.