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 DelaybuildObject()TimeUnitgetTimeUnit()longgetValue()DelayDTOsetTimeUnit(TimeUnit timeUnit)DelayDTOsetValue(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()
-
-