public class IngressStatusFluentImpl<A extends IngressStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressStatusFluent<A>
| Constructor and Description |
|---|
IngressStatusFluentImpl() |
IngressStatusFluentImpl(IngressStatus 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() |
io.fabric8.kubernetes.api.model.LoadBalancerStatus |
getLoadBalancer() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasLoadBalancer() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLoadBalancer(io.fabric8.kubernetes.api.model.LoadBalancerStatus loadBalancer) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressStatusFluentImpl()
public IngressStatusFluentImpl(IngressStatus instance)
public io.fabric8.kubernetes.api.model.LoadBalancerStatus getLoadBalancer()
getLoadBalancer in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A withLoadBalancer(io.fabric8.kubernetes.api.model.LoadBalancerStatus loadBalancer)
withLoadBalancer in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public Boolean hasLoadBalancer()
hasLoadBalancer in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.