public class HTTPRetryFluentImpl<A extends HTTPRetryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPRetryFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPRetryFluentImpl.PerTryTimeoutNestedImpl<N> |
HTTPRetryFluent.PerTryTimeoutNested<N>| Constructor and Description |
|---|
HTTPRetryFluentImpl() |
HTTPRetryFluentImpl(HTTPRetry instance) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
buildPerTryTimeout() |
HTTPRetryFluent.PerTryTimeoutNested<A> |
editOrNewPerTryTimeout() |
HTTPRetryFluent.PerTryTimeoutNested<A> |
editOrNewPerTryTimeoutLike(Duration item) |
HTTPRetryFluent.PerTryTimeoutNested<A> |
editPerTryTimeout() |
boolean |
equals(Object o) |
Integer |
getAttempts() |
Duration |
getPerTryTimeout()
Deprecated.
|
Boolean |
hasAttempts() |
Boolean |
hasPerTryTimeout() |
A |
withAttempts(Integer attempts) |
A |
withNewAttempts(int arg1) |
A |
withNewAttempts(String arg1) |
HTTPRetryFluent.PerTryTimeoutNested<A> |
withNewPerTryTimeout() |
A |
withNewPerTryTimeout(Integer nanos,
Long seconds) |
HTTPRetryFluent.PerTryTimeoutNested<A> |
withNewPerTryTimeoutLike(Duration item) |
A |
withPerTryTimeout(Duration perTryTimeout) |
public HTTPRetryFluentImpl()
public HTTPRetryFluentImpl(HTTPRetry instance)
public Integer getAttempts()
getAttempts in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public A withAttempts(Integer attempts)
withAttempts in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public Boolean hasAttempts()
hasAttempts in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public A withNewAttempts(String arg1)
withNewAttempts in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public A withNewAttempts(int arg1)
withNewAttempts in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>@Deprecated public Duration getPerTryTimeout()
getPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public Duration buildPerTryTimeout()
buildPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public A withPerTryTimeout(Duration perTryTimeout)
withPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public Boolean hasPerTryTimeout()
hasPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public A withNewPerTryTimeout(Integer nanos, Long seconds)
withNewPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public HTTPRetryFluent.PerTryTimeoutNested<A> withNewPerTryTimeout()
withNewPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public HTTPRetryFluent.PerTryTimeoutNested<A> withNewPerTryTimeoutLike(Duration item)
withNewPerTryTimeoutLike in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public HTTPRetryFluent.PerTryTimeoutNested<A> editPerTryTimeout()
editPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public HTTPRetryFluent.PerTryTimeoutNested<A> editOrNewPerTryTimeout()
editOrNewPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public HTTPRetryFluent.PerTryTimeoutNested<A> editOrNewPerTryTimeoutLike(Duration item)
editOrNewPerTryTimeoutLike in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.