public static class QetcherTimeoutConfig.TimeValue extends Object
| Constructor and Description |
|---|
TimeValue(long time,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
static QetcherTimeoutConfig.TimeValue |
hours(long hours) |
static QetcherTimeoutConfig.TimeValue |
seconds(long seconds) |
long |
time() |
TimeUnit |
unit() |
public TimeValue(long time,
TimeUnit timeUnit)
public static QetcherTimeoutConfig.TimeValue seconds(long seconds)
public static QetcherTimeoutConfig.TimeValue hours(long hours)
public long time()
public TimeUnit unit()
Copyright © 2013–2020 mklinger GmbH. All rights reserved.