Class RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C extends RandomVariableConfigWrapper,B extends RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C,B>>
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.config.ConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.config.RandomVariableConfig,org.apache.jmeter.testbeans.gui.TestBeanGUI,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.config.RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- RandomVariableConfigWrapper
public abstract static class RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C extends RandomVariableConfigWrapper,B extends RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C,B>> extends ConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.config.RandomVariableConfig,org.apache.jmeter.testbeans.gui.TestBeanGUI,C,B>
Builder.
-
-
Constructor Summary
Constructors Constructor Description RandomVariableConfigWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)abstract Cbuild()build Wrapper.protected abstract Bself()java.lang.StringtoString()BwithFormat(java.lang.String format)BwithMaximumValue(java.lang.Integer maximum)Configure the Random generator.BwithMaximumValue(java.lang.String maximumValue)Configure the Random generator.BwithMaximumValue(Variable maximum)Configure the Random generator.BwithMinimumValue(java.lang.Integer minimum)Configure the Random generator.BwithMinimumValue(java.lang.String minimum)Configure the Random generator.BwithMinimumValue(Variable minimum)Configure the Random generator.BwithPerThread(boolean perThread)BwithRandomSeed(java.lang.Integer randomSeed)Configure the Random generator,Seed for Random function.BwithRandomSeed(java.lang.String randomSeed)Configure the Random generator,Seed for Random function.BwithRandomSeed(Variable randomSeed)Configure the Random generator,Seed for Random function.BwithVariable(Variable variable)-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder
withComment, withEnabled, withName
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder
addTags, withIsInitialized, withTags
-
-
-
-
Method Detail
-
withMinimumValue
public B withMinimumValue(java.lang.Integer minimum)
Configure the Random generator. minimum Value.
-
withMinimumValue
public B withMinimumValue(Variable minimum)
Configure the Random generator. minimum Value.
-
withMinimumValue
public B withMinimumValue(java.lang.String minimum)
Configure the Random generator. minimum Value.
-
withMaximumValue
public B withMaximumValue(java.lang.Integer maximum)
Configure the Random generator. maximum Value.
-
withMaximumValue
public B withMaximumValue(Variable maximum)
Configure the Random generator. maximum Value.
-
withMaximumValue
public B withMaximumValue(java.lang.String maximumValue)
Configure the Random generator. maximum Value.
-
withRandomSeed
public B withRandomSeed(java.lang.Integer randomSeed)
Configure the Random generator,Seed for Random function.
-
withRandomSeed
public B withRandomSeed(Variable randomSeed)
Configure the Random generator,Seed for Random function.
-
withRandomSeed
public B withRandomSeed(java.lang.String randomSeed)
Configure the Random generator,Seed for Random function.
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.config.RandomVariableConfig,org.apache.jmeter.testbeans.gui.TestBeanGUI,C extends RandomVariableConfigWrapper,B extends RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.config.RandomVariableConfig,org.apache.jmeter.testbeans.gui.TestBeanGUI,C extends RandomVariableConfigWrapper,B extends RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends RandomVariableConfigWrapper>- Specified by:
buildin classConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.config.RandomVariableConfig,org.apache.jmeter.testbeans.gui.TestBeanGUI,C extends RandomVariableConfigWrapper,B extends RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C,B>>
-
withFormat
public B withFormat(java.lang.String format)
- Returns:
this.
-
withPerThread
public B withPerThread(boolean perThread)
- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.config.RandomVariableConfig,org.apache.jmeter.testbeans.gui.TestBeanGUI,C extends RandomVariableConfigWrapper,B extends RandomVariableConfigWrapper.RandomVariableConfigWrapperBuilder<C,B>>
-
-