Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702.TestStatusInput
-
Packages that use TestStatusInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 -
-
Uses of TestStatusInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 with type parameters of type TestStatusInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TestStatusInput>>
E$$TestStatusInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 that return TestStatusInput Modifier and Type Method Description TestStatusInputTestStatusInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 that return types with arguments of type TestStatusInput Modifier and Type Method Description default Class<TestStatusInput>TestStatusInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 with parameters of type TestStatusInput Modifier and Type Method Description static booleanTestStatusInput. bindingEquals(@NonNull TestStatusInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTestStatusInput. bindingHashCode(@NonNull TestStatusInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringTestStatusInput. bindingToString(@NonNull TestStatusInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestStatusOutput>>RpcbenchmarkService. testStatus(TestStatusInput input)Invoketest-statusRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 with type arguments of type TestStatusInput Modifier and Type Method Description TestStatusInputBuilderTestStatusInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TestStatusInput> augmentation)Add an augmentation to this builder's product.TestStatusInputBuilderTestStatusInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TestStatusInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 with parameters of type TestStatusInput Constructor Description TestStatusInputBuilder(TestStatusInput base)
-