Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.StartTestInput
-
Packages that use StartTestInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 -
-
Uses of StartTestInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with type parameters of type StartTestInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<StartTestInput>>
E$$StartTestInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return StartTestInput Modifier and Type Method Description StartTestInputStartTestInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return types with arguments of type StartTestInput Modifier and Type Method Description default Class<StartTestInput>StartTestInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type StartTestInput Modifier and Type Method Description static booleanStartTestInput. bindingEquals(@NonNull StartTestInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intStartTestInput. bindingHashCode(@NonNull StartTestInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringStartTestInput. bindingToString(@NonNull StartTestInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>>DsbenchmarkService. startTest(StartTestInput input)Invokestart-testRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with type arguments of type StartTestInput Modifier and Type Method Description StartTestInputBuilderStartTestInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<StartTestInput> augmentation)Add an augmentation to this builder's product.StartTestInputBuilderStartTestInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<StartTestInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type StartTestInput Constructor Description StartTestInputBuilder(StartTestInput base)
-