Class HTTPRouteRetry
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRouteRetry
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<HTTPRouteRetryBuilder>
,io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class HTTPRouteRetry extends Object implements io.fabric8.kubernetes.api.builder.Editable<HTTPRouteRetryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HTTPRouteRetry()
No args constructor for use in serializationHTTPRouteRetry(Integer attempts, String backoff, List<Integer> codes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPRouteRetryBuilder
edit()
Map<String,Object>
getAdditionalProperties()
Integer
getAttempts()
String
getBackoff()
List<Integer>
getCodes()
void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setAttempts(Integer attempts)
void
setBackoff(String backoff)
void
setCodes(List<Integer> codes)
HTTPRouteRetryBuilder
toBuilder()
-
-
-
Method Detail
-
getAttempts
public Integer getAttempts()
-
setAttempts
public void setAttempts(Integer attempts)
-
getBackoff
public String getBackoff()
-
setBackoff
public void setBackoff(String backoff)
-
edit
public HTTPRouteRetryBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<HTTPRouteRetryBuilder>
-
toBuilder
public HTTPRouteRetryBuilder toBuilder()
-
-