Class LoadShapeDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.LoadShapeDTO
public class LoadShapeDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<LoadShape>
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCurve()getPeak()getStart()getStep()getSteps()getType()setBaseline(Double baseline) setHoldMillis(Long holdMillis) setMetric(LoadShape.Metric metric) setRampDownMillis(Long rampDownMillis) setRampMillis(Long rampMillis) setRampUpMillis(Long rampUpMillis) setRecoveryHoldMillis(Long recoveryHoldMillis) setStepDurationMillis(Long stepDurationMillis) setType(LoadShape.Type type) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
LoadShapeDTO
-
LoadShapeDTO
public LoadShapeDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<LoadShape>
-
getType
-
setType
-
getMetric
-
setMetric
-
getCurve
-
setCurve
-
getBaseline
-
setBaseline
-
getPeak
-
setPeak
-
getRampUpMillis
-
setRampUpMillis
-
getHoldMillis
-
setHoldMillis
-
getRampDownMillis
-
setRampDownMillis
-
getRecoveryHoldMillis
-
setRecoveryHoldMillis
-
getStart
-
setStart
-
getStep
-
setStep
-
getSteps
-
setSteps
-
getStepDurationMillis
-
setStepDurationMillis
-
getTarget
-
setTarget
-
getRampMillis
-
setRampMillis
-