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() |
String |
toString() |
A |
withAttempts(Integer attempts) |
A |
withPerTryTimeout(String perTryTimeout) |
A |
withRetryOn(String retryOn) |
A |
withRetryRemoteLocalities() |
A |
withRetryRemoteLocalities(Boolean retryRemoteLocalities) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRetryFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRetryFluent<A>>public A withRetryRemoteLocalities()
withRetryRemoteLocalities in interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.