Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues.Queue
Packages that use Queue
Package
Description
-
Uses of Queue in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819 that return types with arguments of type QueueModifier and TypeMethodDescriptionFlowCapableNodeConnectorBuilder.getQueue()
Return current value associated with the property corresponding toQueues.getQueue()
.FlowCapableNodeConnectorUpdatedBuilder.getQueue()
Return current value associated with the property corresponding toQueues.getQueue()
.FlowCapableNodeConnectorUpdateFieldsBuilder.getQueue()
Return current value associated with the property corresponding toQueues.getQueue()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819 with type arguments of type QueueModifier and TypeMethodDescriptionSet the property corresponding toQueues.getQueue()
to the specified value.Set the property corresponding toQueues.getQueue()
to the specified value.Set the property corresponding toQueues.getQueue()
to the specified value. -
Uses of Queue in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925 that return types with arguments of type Queue -
Uses of Queue in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.multipart.reply.multipart.reply.body.multipart.reply.port.desc
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.multipart.reply.multipart.reply.body.multipart.reply.port.desc that return types with arguments of type QueueModifier and TypeMethodDescriptionPortsBuilder.getQueue()
Return current value associated with the property corresponding toQueues.getQueue()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.multipart.reply.multipart.reply.body.multipart.reply.port.desc with type arguments of type QueueModifier and TypeMethodDescriptionSet the property corresponding toQueues.getQueue()
to the specified value. -
Uses of Queue in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues with type parameters of type QueueModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Queue>>
E$$QueueBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues that return QueueMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues that return types with arguments of type QueueMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues with parameters of type QueueModifier and TypeMethodDescriptionstatic boolean
Queue.bindingEquals
(@NonNull Queue thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Queue.bindingHashCode
(@NonNull Queue obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Queue.bindingToString
(@NonNull Queue obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues with type arguments of type QueueModifier and TypeMethodDescriptionQueueBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Queue> augmentation) Add an augmentation to this builder's product.QueueBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Queue>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues with parameters of type QueueModifierConstructorDescriptionQueueBuilder
(Queue base) Construct a builder initialized with state from specifiedQueue
.