Class DelayDistributionDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.DelayDistributionDTO
- All Implemented Interfaces:
DTO<DelayDistribution>
public class DelayDistributionDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<DelayDistribution>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
DelayDistributionDTO
-
DelayDistributionDTO
public DelayDistributionDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<DelayDistribution>
-
getType
-
setType
-
getMin
-
setMin
-
getMax
-
setMax
-
getMedian
-
setMedian
-
getP99
-
setP99
-
getMean
-
setMean
-
getStdDev
-
setStdDev
-