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