Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702.StartTestInputBuilder
Packages that use StartTestInputBuilder
Package
Description
-
Uses of StartTestInputBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 that return StartTestInputBuilderModifier and TypeMethodDescriptionStartTestInputBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<StartTestInput> augmentation) Add an augmentation to this builder's product.StartTestInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<StartTestInput>> augmentationType) Remove an augmentation from this builder's product.StartTestInputBuilder.setIterations(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toStartTestInput.getIterations()to the specified value.StartTestInputBuilder.setNumClients(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toStartTestInput.getNumClients()to the specified value.StartTestInputBuilder.setNumServers(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toStartTestInput.getNumServers()to the specified value.StartTestInputBuilder.setOperation(StartTestInput.Operation value) Set the property corresponding toStartTestInput.getOperation()to the specified value.StartTestInputBuilder.setPayloadSize(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toStartTestInput.getPayloadSize()to the specified value.