public class HTTPRetryFluent<A extends HTTPRetryFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
HTTPRetryFluent() |
HTTPRetryFluent(HTTPRetry instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(HTTPRetry instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getAttempts() |
String |
getPerTryTimeout() |
String |
getRetryOn() |
Boolean |
getRetryRemoteLocalities() |
boolean |
hasAdditionalProperties() |
boolean |
hasAttempts() |
int |
hashCode() |
boolean |
hasPerTryTimeout() |
boolean |
hasRetryOn() |
boolean |
hasRetryRemoteLocalities() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAttempts(Integer attempts) |
A |
withPerTryTimeout(String perTryTimeout) |
A |
withRetryOn(String retryOn) |
A |
withRetryRemoteLocalities() |
A |
withRetryRemoteLocalities(Boolean retryRemoteLocalities) |
public HTTPRetryFluent()
public HTTPRetryFluent(HTTPRetry instance)
protected void copyInstance(HTTPRetry instance)
public Integer getAttempts()
public boolean hasAttempts()
public String getPerTryTimeout()
public boolean hasPerTryTimeout()
public String getRetryOn()
public boolean hasRetryOn()
public Boolean getRetryRemoteLocalities()
public boolean hasRetryRemoteLocalities()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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()
Copyright © 2015–2024 Red Hat. All rights reserved.