Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.TestStatusBuilder
Packages that use TestStatusBuilder
Package
Description
-
Uses of TestStatusBuilder 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 that return TestStatusBuilderModifier and TypeMethodDescriptionTestStatusBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<TestStatus> augmentation) Add an augmentation to this builder's product.TestStatusBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<TestStatus>> augmentationType) Remove an augmentation from this builder's product.TestStatusBuilder.setExecStatus(TestStatus.ExecStatus value) Set the property corresponding toTestStatus.getExecStatus()to the specified value.TestStatusBuilder.setTestsCompleted(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toTestStatus.getTestsCompleted()to the specified value.