@Generated(value="jsonschema2pojo") public class PodHttpChaosReplaceActions extends Object implements io.fabric8.kubernetes.api.builder.Editable<PodHttpChaosReplaceActionsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PodHttpChaosReplaceActions()
No args constructor for use in serialization
|
PodHttpChaosReplaceActions(String body,
Integer code,
Map<String,String> headers,
String method,
String path,
Map<String,String> queries) |
| Modifier and Type | Method and Description |
|---|---|
PodHttpChaosReplaceActionsBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getBody() |
Integer |
getCode() |
Map<String,String> |
getHeaders() |
String |
getMethod() |
String |
getPath() |
Map<String,String> |
getQueries() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBody(String body) |
void |
setCode(Integer code) |
void |
setHeaders(Map<String,String> headers) |
void |
setMethod(String method) |
void |
setPath(String path) |
void |
setQueries(Map<String,String> queries) |
PodHttpChaosReplaceActionsBuilder |
toBuilder() |
public PodHttpChaosReplaceActions()
public String getBody()
public void setBody(String body)
public Integer getCode()
public void setCode(Integer code)
public String getMethod()
public void setMethod(String method)
public String getPath()
public void setPath(String path)
public PodHttpChaosReplaceActionsBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<PodHttpChaosReplaceActionsBuilder>public PodHttpChaosReplaceActionsBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.