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