public class V1TaintFluentImpl<A extends V1TaintFluent<A>> extends BaseFluent<A> implements V1TaintFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1TaintFluentImpl() |
V1TaintFluentImpl(io.kubernetes.client.openapi.models.V1Taint instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEffect() |
String |
getKey() |
OffsetDateTime |
getTimeAdded() |
String |
getValue() |
Boolean |
hasEffect() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasTimeAdded() |
Boolean |
hasValue() |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withNewEffect(String original)
Deprecated.
|
A |
withNewKey(String original)
Deprecated.
|
A |
withNewValue(String original)
Deprecated.
|
A |
withTimeAdded(OffsetDateTime timeAdded) |
A |
withValue(String value) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1TaintFluentImpl()
public V1TaintFluentImpl(io.kubernetes.client.openapi.models.V1Taint instance)
public String getEffect()
getEffect
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public A withEffect(String effect)
withEffect
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public Boolean hasEffect()
hasEffect
in interface V1TaintFluent<A extends V1TaintFluent<A>>
@Deprecated public A withNewEffect(String original)
withNewEffect
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public String getKey()
getKey
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public A withKey(String key)
withKey
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public Boolean hasKey()
hasKey
in interface V1TaintFluent<A extends V1TaintFluent<A>>
@Deprecated public A withNewKey(String original)
withNewKey
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public OffsetDateTime getTimeAdded()
getTimeAdded
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public A withTimeAdded(OffsetDateTime timeAdded)
withTimeAdded
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public Boolean hasTimeAdded()
hasTimeAdded
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public String getValue()
getValue
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public A withValue(String value)
withValue
in interface V1TaintFluent<A extends V1TaintFluent<A>>
public Boolean hasValue()
hasValue
in interface V1TaintFluent<A extends V1TaintFluent<A>>
@Deprecated public A withNewValue(String original)
withNewValue
in interface V1TaintFluent<A extends V1TaintFluent<A>>
Copyright © 2021. All rights reserved.