Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.TestExec
-
Packages that use TestExec Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 -
-
Uses of TestExec 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 TestExec Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TestExec>>
E$$TestExecBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return TestExec Modifier and Type Method Description TestExecTestExecBuilder. build()TestExecDsbenchmarkData. getTestExec()Return testExec, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return types with arguments of type TestExec Modifier and Type Method Description default Class<TestExec>TestExec. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type TestExec Modifier and Type Method Description static booleanTestExec. bindingEquals(@NonNull TestExec thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTestExec. bindingHashCode(@NonNull TestExec obj)Default implementation ofObject.hashCode()contract for this interface.static StringTestExec. bindingToString(@NonNull TestExec 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 TestExec Modifier and Type Method Description TestExecBuilderTestExecBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TestExec> augmentation)Add an augmentation to this builder's product.TestExecBuilderTestExecBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TestExec>> 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 TestExec Constructor Description TestExecBuilder(TestExec base)
-