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 |
|---|---|
boolean |
equals(Object o) |
String |
getEffect() |
String |
getKey() |
String |
getOperator() |
Long |
getTolerationSeconds() |
String |
getValue() |
Boolean |
hasEffect() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasOperator() |
Boolean |
hasTolerationSeconds() |
Boolean |
hasValue() |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withNewEffect(String arg0)
Deprecated.
|
A |
withNewKey(String arg0)
Deprecated.
|
A |
withNewOperator(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withOperator(String operator) |
A |
withTolerationSeconds(Long tolerationSeconds) |
A |
withValue(String value) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewEffect(String arg0)
withNewEffect 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>>@Deprecated public A withNewKey(String arg0)
withNewKey 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>>@Deprecated public A withNewOperator(String arg0)
withNewOperator 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>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface TolerationFluent<A extends TolerationFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.