public class TaintFluent<A extends TaintFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
TaintFluent() |
TaintFluent(Taint instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(Taint instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEffect() |
String |
getKey() |
String |
getTimeAdded() |
String |
getValue() |
boolean |
hasAdditionalProperties() |
boolean |
hasEffect() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasTimeAdded() |
boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withTimeAdded(String timeAdded) |
A |
withValue(String value) |
public TaintFluent()
public TaintFluent(Taint instance)
protected void copyInstance(Taint instance)
public String getEffect()
public boolean hasEffect()
public String getKey()
public boolean hasKey()
public String getTimeAdded()
public boolean hasTimeAdded()
public String getValue()
public boolean hasValue()
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 TaintFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TaintFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.