public class HTTPRetryFluentImpl<A extends HTTPRetryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPRetryFluent<A>
| Constructor and Description |
|---|
HTTPRetryFluentImpl() |
HTTPRetryFluentImpl(HTTPRetry instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAttempts() |
String |
getPerTryTimeout() |
String |
getRetryOn() |
Boolean |
getRetryRemoteLocalities() |
Boolean |
hasAttempts() |
int |
hashCode() |
Boolean |
hasPerTryTimeout() |
Boolean |
hasRetryOn() |
Boolean |
hasRetryRemoteLocalities() |
A |
withAttempts(Integer attempts) |
A |
withNewPerTryTimeout(String arg0)
Deprecated.
|
A |
withNewRetryOn(String arg0)
Deprecated.
|
A |
withPerTryTimeout(String perTryTimeout) |
A |
withRetryOn(String retryOn) |
A |
withRetryRemoteLocalities(Boolean retryRemoteLocalities) |
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 String getPerTryTimeout()
getPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public A withPerTryTimeout(String perTryTimeout)
withPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public Boolean hasPerTryTimeout()
hasPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>@Deprecated public A withNewPerTryTimeout(String arg0)
withNewPerTryTimeout in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public String getRetryOn()
getRetryOn in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public A withRetryOn(String retryOn)
withRetryOn in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public Boolean hasRetryOn()
hasRetryOn in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>@Deprecated public A withNewRetryOn(String arg0)
withNewRetryOn in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public Boolean getRetryRemoteLocalities()
getRetryRemoteLocalities in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public A withRetryRemoteLocalities(Boolean retryRemoteLocalities)
withRetryRemoteLocalities in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>public Boolean hasRetryRemoteLocalities()
hasRetryRemoteLocalities in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.