public class PodHttpChaosReplaceActionsFluent<A extends PodHttpChaosReplaceActionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
PodHttpChaosReplaceActionsFluent() |
PodHttpChaosReplaceActionsFluent(PodHttpChaosReplaceActions instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToHeaders(Map<String,String> map) |
A |
addToHeaders(String key,
String value) |
A |
addToQueries(Map<String,String> map) |
A |
addToQueries(String key,
String value) |
protected void |
copyInstance(PodHttpChaosReplaceActions instance) |
boolean |
equals(Object o) |
String |
getBody() |
Integer |
getCode() |
Map<String,String> |
getHeaders() |
String |
getMethod() |
String |
getPath() |
Map<String,String> |
getQueries() |
boolean |
hasBody() |
boolean |
hasCode() |
int |
hashCode() |
boolean |
hasHeaders() |
boolean |
hasMethod() |
boolean |
hasPath() |
boolean |
hasQueries() |
A |
removeFromHeaders(Map<String,String> map) |
A |
removeFromHeaders(String key) |
A |
removeFromQueries(Map<String,String> map) |
A |
removeFromQueries(String key) |
String |
toString() |
A |
withBody(String body) |
A |
withCode(Integer code) |
<K,V> A |
withHeaders(Map<String,String> headers) |
A |
withMethod(String method) |
A |
withPath(String path) |
<K,V> A |
withQueries(Map<String,String> queries) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PodHttpChaosReplaceActionsFluent()
public PodHttpChaosReplaceActionsFluent(PodHttpChaosReplaceActions instance)
protected void copyInstance(PodHttpChaosReplaceActions instance)
public String getBody()
public boolean hasBody()
public Integer getCode()
public boolean hasCode()
public boolean hasHeaders()
public String getMethod()
public boolean hasMethod()
public String getPath()
public boolean hasPath()
public boolean hasQueries()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PodHttpChaosReplaceActionsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PodHttpChaosReplaceActionsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.