public class TolerationFluent<A extends TolerationFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
TolerationFluent() |
TolerationFluent(Toleration instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEffect() |
String |
getKey() |
String |
getOperator() |
Long |
getTolerationSeconds() |
String |
getValue() |
boolean |
hasAdditionalProperties() |
boolean |
hasEffect() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasOperator() |
boolean |
hasTolerationSeconds() |
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 |
withOperator(String operator) |
A |
withTolerationSeconds(Long tolerationSeconds) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TolerationFluent()
public TolerationFluent(Toleration instance)
public String getEffect()
public boolean hasEffect()
public String getKey()
public boolean hasKey()
public String getOperator()
public boolean hasOperator()
public Long getTolerationSeconds()
public boolean hasTolerationSeconds()
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 BaseFluent<A extends TolerationFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends TolerationFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.