|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.Delay
public class Delay
| Field Summary |
|---|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Constructor Summary | |
|---|---|
Delay(TimeUnit timeUnit,
long value)
|
|
| Method Summary | |
|---|---|
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 |
|---|
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Delay(TimeUnit timeUnit,
long value)
| Method Detail |
|---|
public static Delay milliseconds(long value)
public static Delay seconds(long value)
public static Delay minutes(long value)
public static Delay delay(TimeUnit timeUnit,
long value)
public TimeUnit getTimeUnit()
public long getValue()
public void applyDelay()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||