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 Constructor Description DelayDistributionDTO()DelayDistributionDTO(DelayDistribution distribution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelayDistributionbuildObject()LonggetMax()LonggetMean()LonggetMedian()LonggetMin()LonggetP99()LonggetStdDev()DelayDistribution.TypegetType()DelayDistributionDTOsetMax(Long max)DelayDistributionDTOsetMean(Long mean)DelayDistributionDTOsetMedian(Long median)DelayDistributionDTOsetMin(Long min)DelayDistributionDTOsetP99(Long p99)DelayDistributionDTOsetStdDev(Long stdDev)DelayDistributionDTOsetType(DelayDistribution.Type type)-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
-
-
-
Constructor Detail
-
DelayDistributionDTO
public DelayDistributionDTO(DelayDistribution distribution)
-
DelayDistributionDTO
public DelayDistributionDTO()
-
-
Method Detail
-
buildObject
public DelayDistribution buildObject()
- Specified by:
buildObjectin interfaceDTO<DelayDistribution>
-
getType
public DelayDistribution.Type getType()
-
setType
public DelayDistributionDTO setType(DelayDistribution.Type type)
-
getMin
public Long getMin()
-
setMin
public DelayDistributionDTO setMin(Long min)
-
getMax
public Long getMax()
-
setMax
public DelayDistributionDTO setMax(Long max)
-
getMedian
public Long getMedian()
-
setMedian
public DelayDistributionDTO setMedian(Long median)
-
getP99
public Long getP99()
-
setP99
public DelayDistributionDTO setP99(Long p99)
-
getMean
public Long getMean()
-
setMean
public DelayDistributionDTO setMean(Long mean)
-
getStdDev
public Long getStdDev()
-
setStdDev
public DelayDistributionDTO setStdDev(Long stdDev)
-
-