public class EndpointConditionsFluentImpl<A extends EndpointConditionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EndpointConditionsFluent<A>
| Constructor and Description |
|---|
EndpointConditionsFluentImpl() |
EndpointConditionsFluentImpl(EndpointConditions instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getReady() |
Boolean |
getServing() |
Boolean |
getTerminating() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasReady() |
Boolean |
hasServing() |
Boolean |
hasTerminating() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withReady(Boolean ready) |
A |
withServing(Boolean serving) |
A |
withTerminating(Boolean terminating) |
public EndpointConditionsFluentImpl()
public EndpointConditionsFluentImpl(EndpointConditions instance)
public Boolean getReady()
getReady in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public A withReady(Boolean ready)
withReady in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public Boolean hasReady()
hasReady in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public Boolean getServing()
getServing in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public A withServing(Boolean serving)
withServing in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public Boolean hasServing()
hasServing in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public Boolean getTerminating()
getTerminating in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public A withTerminating(Boolean terminating)
withTerminating in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public Boolean hasTerminating()
hasTerminating in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.