Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608.ReadFlowTestOutput
Package
Description
-
Uses of ReadFlowTestOutput in org.opendaylight.openflowplugin.applications.bulk.o.matic
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReadFlowTestOutput>>
SalBulkFlowServiceImpl.readFlowTest
(ReadFlowTestInput input) -
Uses of ReadFlowTestOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.bulk.flow.service.rev150608
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ReadFlowTestOutput>>
E$$ReadFlowTestOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull ReadFlowTestOutput
ReadFlowTestOutputBuilder.build()
A newReadFlowTestOutput
instance.Modifier and TypeMethodDescriptiondefault Class<ReadFlowTestOutput>
ReadFlowTestOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReadFlowTestOutput>>
SalBulkFlowService.readFlowTest
(ReadFlowTestInput input) Invokeread-flow-test
RPC.Modifier and TypeMethodDescriptionstatic boolean
ReadFlowTestOutput.bindingEquals
(@NonNull ReadFlowTestOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ReadFlowTestOutput.bindingHashCode
(@NonNull ReadFlowTestOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ReadFlowTestOutput.bindingToString
(@NonNull ReadFlowTestOutput obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionReadFlowTestOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ReadFlowTestOutput> augmentation) Add an augmentation to this builder's product.ReadFlowTestOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReadFlowTestOutput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReadFlowTestOutput
.