public class ScaleStatusFluentImpl<A extends ScaleStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ScaleStatusFluent<A>
| Constructor and Description |
|---|
ScaleStatusFluentImpl() |
ScaleStatusFluentImpl(ScaleStatus 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() |
Integer |
getReplicas() |
String |
getSelector() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasReplicas() |
Boolean |
hasSelector() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withReplicas(Integer replicas) |
A |
withSelector(String selector) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ScaleStatusFluentImpl()
public ScaleStatusFluentImpl(ScaleStatus instance)
public Integer getReplicas()
getReplicas in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public Boolean hasReplicas()
hasReplicas in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public String getSelector()
getSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withSelector(String selector)
withSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public Boolean hasSelector()
hasSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.