Class DelayDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.DelayDTO
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetValue()setDistribution(DelayDistributionDTO distribution) setTemplate(String template) setTemplateType(HttpTemplate.TemplateType templateType) setTimeUnit(TimeUnit timeUnit) setValue(long value) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
DelayDTO
-
DelayDTO
public DelayDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<Delay>
-
getTimeUnit
-
setTimeUnit
-
getValue
public long getValue() -
setValue
-
getDistribution
-
setDistribution
-
getTemplate
-
setTemplate
-
getTemplateType
-
setTemplateType
-