public class V1TolerationFluentImpl<A extends V1TolerationFluent<A>> extends BaseFluent<A> implements V1TolerationFluent<A>
_visitables
Constructor and Description |
---|
V1TolerationFluentImpl() |
V1TolerationFluentImpl(V1Toleration 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 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 V1TolerationFluentImpl()
public V1TolerationFluentImpl(V1Toleration instance)
public String getEffect()
getEffect
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withEffect(String effect)
withEffect
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public Boolean hasEffect()
hasEffect
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewEffect(String arg1)
withNewEffect
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewEffect(StringBuilder arg1)
withNewEffect
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewEffect(StringBuffer arg1)
withNewEffect
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public String getKey()
getKey
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withKey(String key)
withKey
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public Boolean hasKey()
hasKey
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewKey(String arg1)
withNewKey
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewKey(StringBuilder arg1)
withNewKey
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewKey(StringBuffer arg1)
withNewKey
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public String getOperator()
getOperator
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withOperator(String operator)
withOperator
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public Boolean hasOperator()
hasOperator
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewOperator(String arg1)
withNewOperator
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewOperator(StringBuilder arg1)
withNewOperator
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewOperator(StringBuffer arg1)
withNewOperator
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public Long getTolerationSeconds()
getTolerationSeconds
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withTolerationSeconds(Long tolerationSeconds)
withTolerationSeconds
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public Boolean hasTolerationSeconds()
hasTolerationSeconds
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public String getValue()
getValue
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withValue(String value)
withValue
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public Boolean hasValue()
hasValue
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewValue(String arg1)
withNewValue
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewValue(StringBuilder arg1)
withNewValue
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
public A withNewValue(StringBuffer arg1)
withNewValue
in interface V1TolerationFluent<A extends V1TolerationFluent<A>>
Copyright © 2020. All rights reserved.