Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608.AddFlowsDsOutput
Packages that use AddFlowsDsOutput
Package
Description
-
Uses of AddFlowsDsOutput in org.opendaylight.openflowplugin.applications.bulk.o.matic
Methods in org.opendaylight.openflowplugin.applications.bulk.o.matic that return types with arguments of type AddFlowsDsOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsDsOutput>>
SalBulkFlowServiceImpl.addFlowsDs
(AddFlowsDsInput input) -
Uses of AddFlowsDsOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608 with type parameters of type AddFlowsDsOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AddFlowsDsOutput>>
E$$AddFlowsDsOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608 that return AddFlowsDsOutputModifier and TypeMethodDescription@NonNull AddFlowsDsOutput
AddFlowsDsOutputBuilder.build()
A newAddFlowsDsOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608 that return types with arguments of type AddFlowsDsOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsDsOutput>>
SalBulkFlowService.addFlowsDs
(AddFlowsDsInput input) Invokeadd-flows-ds
RPC.default Class<AddFlowsDsOutput>
AddFlowsDsOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608 with parameters of type AddFlowsDsOutputModifier and TypeMethodDescriptionstatic boolean
AddFlowsDsOutput.bindingEquals
(@NonNull AddFlowsDsOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AddFlowsDsOutput.bindingHashCode
(@NonNull AddFlowsDsOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AddFlowsDsOutput.bindingToString
(@NonNull AddFlowsDsOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608 with type arguments of type AddFlowsDsOutputModifier and TypeMethodDescriptionAddFlowsDsOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<AddFlowsDsOutput> augmentation) Add an augmentation to this builder's product.AddFlowsDsOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddFlowsDsOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608 with parameters of type AddFlowsDsOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAddFlowsDsOutput
.