Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue
Packages that use InstructionsQueue
Package
Description
-
Uses of InstructionsQueue 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 with type parameters of type InstructionsQueueModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<InstructionsQueue>>
E$$InstructionsQueueBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 that return InstructionsQueueModifier and TypeMethodDescription@NonNull InstructionsQueueInstructionsQueueBuilder.build()A newInstructionsQueueinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 that return types with arguments of type InstructionsQueueModifier and TypeMethodDescription@Nullable Map<InstructionsQueueKey, InstructionsQueue> ProgrammingData.getInstructionsQueue()Return instructionsQueue, ornullif it is not present.default Class<InstructionsQueue> InstructionsQueue.implementedInterface()default @NonNull Map<InstructionsQueueKey, InstructionsQueue> ProgrammingData.nonnullInstructionsQueue()Return instructionsQueue, or an empty list if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with parameters of type InstructionsQueueModifier and TypeMethodDescriptionstatic booleanInstructionsQueue.bindingEquals(@NonNull InstructionsQueue thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intInstructionsQueue.bindingHashCode(@NonNull InstructionsQueue obj) Default implementation ofObject.hashCode()contract for this interface.static StringInstructionsQueue.bindingToString(@NonNull InstructionsQueue obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with type arguments of type InstructionsQueueModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with parameters of type InstructionsQueueModifierConstructorDescriptionConstruct a builder initialized with state from specifiedInstructionsQueue.