Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.TestExec
Packages that use TestExec
Package
Description
-
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 TestExecModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<TestExec>>
E$$TestExecBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return TestExecModifier and TypeMethodDescription@NonNull TestExecTestExecBuilder.build()A newTestExecinstance.static @NonNull TestExecTestExecBuilder.empty()Get empty instance of TestExec.DsbenchmarkData.getTestExec()Return testExec, ornullif it is not present.@NonNull TestExecDsbenchmarkData.nonnullTestExec()Return testExec, or an empty instance if 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 TestExecMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type TestExecModifier and TypeMethodDescriptionstatic 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 TestExecModifier and TypeMethodDescriptionTestExecBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<TestExec> augmentation) Add an augmentation to this builder's product.TestExecBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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 TestExecModifierConstructorDescriptionTestExecBuilder(TestExec base) Construct a builder initialized with state from specifiedTestExec.