public class V1ScaleStatusFluentImpl<A extends V1ScaleStatusFluent<A>> extends BaseFluent<A> implements V1ScaleStatusFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ScaleStatusFluentImpl() |
V1ScaleStatusFluentImpl(io.kubernetes.client.openapi.models.V1ScaleStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
String |
getSelector() |
int |
hashCode() |
Boolean |
hasReplicas() |
Boolean |
hasSelector() |
String |
toString() |
A |
withReplicas(Integer replicas) |
A |
withSelector(String selector) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ScaleStatusFluentImpl()
public V1ScaleStatusFluentImpl(io.kubernetes.client.openapi.models.V1ScaleStatus instance)
public Integer getReplicas()
getReplicas in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public Boolean hasReplicas()
hasReplicas in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public String getSelector()
getSelector in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public A withSelector(String selector)
withSelector in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public Boolean hasSelector()
hasSelector in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ScaleStatusFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ScaleStatusFluent<A>>Copyright © 2022. All rights reserved.