public class PodHttpChaosPatchActions extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PodHttpChaosPatchActions()
No args constructor for use in serialization
|
PodHttpChaosPatchActions(PodHttpChaosPatchBodyAction body,
List<List<String>> headers,
List<List<String>> queries) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
PodHttpChaosPatchBodyAction |
getBody() |
List<List<String>> |
getHeaders() |
List<List<String>> |
getQueries() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBody(PodHttpChaosPatchBodyAction body) |
void |
setHeaders(List<List<String>> headers) |
void |
setQueries(List<List<String>> queries) |
public PodHttpChaosPatchActions()
public PodHttpChaosPatchBodyAction getBody()
public void setBody(PodHttpChaosPatchBodyAction body)
Copyright © 2015–2022 Red Hat. All rights reserved.