Uses of Interface
org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.RoutedRpcBenchInput
-
Packages that use RoutedRpcBenchInput Package Description org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 -
-
Uses of RoutedRpcBenchInput in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702
Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 with type parameters of type RoutedRpcBenchInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput>>
E$$RoutedRpcBenchInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 that return RoutedRpcBenchInput Modifier and Type Method Description RoutedRpcBenchInputRoutedRpcBenchInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 that return types with arguments of type RoutedRpcBenchInput Modifier and Type Method Description default Class<RoutedRpcBenchInput>RoutedRpcBenchInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 with parameters of type RoutedRpcBenchInput Modifier and Type Method Description static booleanRoutedRpcBenchInput. bindingEquals(@NonNull RoutedRpcBenchInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRoutedRpcBenchInput. bindingHashCode(@NonNull RoutedRpcBenchInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringRoutedRpcBenchInput. bindingToString(@NonNull RoutedRpcBenchInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedRpcBenchOutput>>RpcbenchPayloadService. routedRpcBench(RoutedRpcBenchInput input)Invokerouted-rpc-benchRPC.Method parameters in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 with type arguments of type RoutedRpcBenchInput Modifier and Type Method Description RoutedRpcBenchInputBuilderRoutedRpcBenchInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput> augmentation)Add an augmentation to this builder's product.RoutedRpcBenchInputBuilderRoutedRpcBenchInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 with parameters of type RoutedRpcBenchInput Constructor Description RoutedRpcBenchInputBuilder(RoutedRpcBenchInput base)
-