Class DelayDTO
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.serialization.model.DelayDTO
-
public class DelayDTO extends ObjectWithReflectiveEqualsHashCodeToString implements DTO<Delay>
- Author:
- jamesdbloom
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Delay
buildObject()
TimeUnit
getTimeUnit()
long
getValue()
DelayDTO
setTimeUnit(TimeUnit timeUnit)
DelayDTO
setValue(long value)
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Constructor Detail
-
DelayDTO
public DelayDTO(Delay delay)
-
DelayDTO
public DelayDTO()
-
-