public class TolerationFluentImpl<A extends TolerationFluent<A>> extends BaseFluent<A> implements TolerationFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
TolerationFluentImpl() |
TolerationFluentImpl(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 TolerationFluentImpl()
public TolerationFluentImpl(Toleration instance)
public String getEffect()
getEffect in interface TolerationFluent<A extends TolerationFluent<A>>public A withEffect(String effect)
withEffect in interface TolerationFluent<A extends TolerationFluent<A>>public Boolean hasEffect()
hasEffect in interface TolerationFluent<A extends TolerationFluent<A>>public String getKey()
getKey in interface TolerationFluent<A extends TolerationFluent<A>>public A withKey(String key)
withKey in interface TolerationFluent<A extends TolerationFluent<A>>public Boolean hasKey()
hasKey in interface TolerationFluent<A extends TolerationFluent<A>>public String getOperator()
getOperator in interface TolerationFluent<A extends TolerationFluent<A>>public A withOperator(String operator)
withOperator in interface TolerationFluent<A extends TolerationFluent<A>>public Boolean hasOperator()
hasOperator in interface TolerationFluent<A extends TolerationFluent<A>>public Long getTolerationSeconds()
getTolerationSeconds in interface TolerationFluent<A extends TolerationFluent<A>>public A withTolerationSeconds(Long tolerationSeconds)
withTolerationSeconds in interface TolerationFluent<A extends TolerationFluent<A>>public Boolean hasTolerationSeconds()
hasTolerationSeconds in interface TolerationFluent<A extends TolerationFluent<A>>public String getValue()
getValue in interface TolerationFluent<A extends TolerationFluent<A>>public A withValue(String value)
withValue in interface TolerationFluent<A extends TolerationFluent<A>>public Boolean hasValue()
hasValue in interface TolerationFluent<A extends TolerationFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TolerationFluent<A extends TolerationFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TolerationFluent<A extends TolerationFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TolerationFluent<A extends TolerationFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TolerationFluent<A extends TolerationFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TolerationFluent<A extends TolerationFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TolerationFluent<A extends TolerationFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TolerationFluent<A extends TolerationFluent<A>>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–2022 Red Hat. All rights reserved.