Package org.mockserver.model
Class Delay
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.model.Delay
-
public class Delay extends ObjectWithReflectiveEqualsHashCodeToString
- Author:
- jamesdbloom
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyDelay()
static Delay
delay(TimeUnit timeUnit, long value)
TimeUnit
getTimeUnit()
long
getValue()
static Delay
milliseconds(long value)
static Delay
minutes(long value)
static Delay
seconds(long value)
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Constructor Detail
-
Delay
public Delay(TimeUnit timeUnit, long value)
-
-