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() |
String |
toString() |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withTimeAdded(OffsetDateTime timeAdded) |
A |
withValue(String value) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>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>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1TaintFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1TaintFluent<A>>Copyright © 2022. All rights reserved.