public class TolerationFluentImpl<A extends TolerationFluent<A>> extends BaseFluent<A> implements TolerationFluent<A>
_visitables| 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() |
Boolean |
hasKey() |
Boolean |
hasOperator() |
Boolean |
hasTolerationSeconds() |
Boolean |
hasValue() |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withNewEffect(String arg1) |
A |
withNewEffect(StringBuffer arg1) |
A |
withNewEffect(StringBuilder arg1) |
A |
withNewKey(String arg1) |
A |
withNewKey(StringBuffer arg1) |
A |
withNewKey(StringBuilder arg1) |
A |
withNewOperator(String arg1) |
A |
withNewOperator(StringBuffer arg1) |
A |
withNewOperator(StringBuilder arg1) |
A |
withNewValue(String arg1) |
A |
withNewValue(StringBuffer arg1) |
A |
withNewValue(StringBuilder arg1) |
A |
withOperator(String operator) |
A |
withTolerationSeconds(Long tolerationSeconds) |
A |
withValue(String value) |
public 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 A withNewEffect(String arg1)
withNewEffect in interface TolerationFluent<A extends TolerationFluent<A>>public A withNewEffect(StringBuilder arg1)
withNewEffect in interface TolerationFluent<A extends TolerationFluent<A>>public A withNewEffect(StringBuffer arg1)
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>>public A withNewKey(String arg1)
withNewKey in interface TolerationFluent<A extends TolerationFluent<A>>public A withNewKey(StringBuilder arg1)
withNewKey in interface TolerationFluent<A extends TolerationFluent<A>>public A withNewKey(StringBuffer arg1)
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>>public A withNewOperator(String arg1)
withNewOperator in interface TolerationFluent<A extends TolerationFluent<A>>public A withNewOperator(StringBuilder arg1)
withNewOperator in interface TolerationFluent<A extends TolerationFluent<A>>public A withNewOperator(StringBuffer arg1)
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>>public A withNewValue(String arg1)
withNewValue in interface TolerationFluent<A extends TolerationFluent<A>>public A withNewValue(StringBuilder arg1)
withNewValue in interface TolerationFluent<A extends TolerationFluent<A>>public A withNewValue(StringBuffer arg1)
withNewValue in interface TolerationFluent<A extends TolerationFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.