public class ImageOverridesFluent<A extends ImageOverridesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ImageOverridesFluent() |
ImageOverridesFluent(ImageOverrides instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ImageOverrides instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getRedisgraphTls() |
String |
getSearchAggregator() |
String |
getSearchApi() |
String |
getSearchCollector() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasRedisgraphTls() |
boolean |
hasSearchAggregator() |
boolean |
hasSearchApi() |
boolean |
hasSearchCollector() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withRedisgraphTls(String redisgraphTls) |
A |
withSearchAggregator(String searchAggregator) |
A |
withSearchApi(String searchApi) |
A |
withSearchCollector(String searchCollector) |
public ImageOverridesFluent()
public ImageOverridesFluent(ImageOverrides instance)
protected void copyInstance(ImageOverrides instance)
public String getRedisgraphTls()
public boolean hasRedisgraphTls()
public String getSearchAggregator()
public boolean hasSearchAggregator()
public String getSearchApi()
public boolean hasSearchApi()
public String getSearchCollector()
public boolean hasSearchCollector()
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 ImageOverridesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageOverridesFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.