Class RandomVariableConfigWrapper

    • Method Detail

      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
      • getMinimumValue

        public java.lang.String getMinimumValue()
        Configure the Random generator. minimum Value.
      • setMinimumValue

        public void setMinimumValue​(java.lang.String minimumValue)
        Configure the Random generator. minimum Value.
      • getMaximumValue

        public java.lang.String getMaximumValue()
        Configure the Random generator. maximum Value.
      • setMaximumValue

        public void setMaximumValue​(java.lang.String maximumValue)
        Configure the Random generator. maximum Value.
      • getRandomSeed

        public java.lang.String getRandomSeed()
        Configure the Random generator,Seed for Random function.
      • setRandomSeed

        public void setRandomSeed​(java.lang.String randomSeed)
        Configure the Random generator,Seed for Random function.
      • getVariable

        public Variable getVariable()
        Output variable. Variable Name.
      • setVariable

        public void setVariable​(Variable variable)
        Output variable. Variable Name.
      • getFormat

        public java.lang.String getFormat()
        Output variable. Output Format.
      • setFormat

        public void setFormat​(java.lang.String format)
        Output variable. Output Format.
      • isPerThread

        public boolean isPerThread()
        Per Thread(User) ?.
      • setPerThread

        public void setPerThread​(boolean perThread)
        Per Thread(User) ?.