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