Class LoadScenarioDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.LoadScenarioDTO
- All Implemented Interfaces:
DTO<LoadScenario>
public class LoadScenarioDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<LoadScenario>
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getSteps()setAbortGraceMillis(Long abortGraceMillis) setAbortOnFail(Boolean abortOnFail) setFeeder(LoadFeeder feeder) setMaxRequests(Integer maxRequests) setPacing(LoadPacingDTO pacing) setProfile(LoadProfileDTO profile) setStartDelayMillis(Long startDelayMillis) setSteps(List<LoadStepDTO> steps) setStepSelection(LoadScenario.StepSelection stepSelection) setTemplateType(HttpTemplate.TemplateType templateType) setThresholds(List<LoadThresholdDTO> thresholds) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
LoadScenarioDTO
-
LoadScenarioDTO
public LoadScenarioDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<LoadScenario>
-
getName
-
setName
-
getSteps
-
setSteps
-
getProfile
-
setProfile
-
getTemplateType
-
setTemplateType
-
getMaxRequests
-
setMaxRequests
-
getStartDelayMillis
-
setStartDelayMillis
-
getLabels
-
setLabels
-
getThresholds
-
setThresholds
-
getAbortOnFail
-
setAbortOnFail
-
getAbortGraceMillis
-
setAbortGraceMillis
-
getPacing
-
setPacing
-
getFeeder
-
setFeeder
-
getStepSelection
-
setStepSelection
-