public class DeploymentStatusFluentImpl<T extends DeploymentStatusFluent<T>> extends BaseFluent<T> implements DeploymentStatusFluent<T>
_visitables| Constructor and Description |
|---|
DeploymentStatusFluentImpl() |
DeploymentStatusFluentImpl(DeploymentStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getAvailableReplicas() |
Long |
getObservedGeneration() |
Integer |
getReplicas() |
Integer |
getUnavailableReplicas() |
Integer |
getUpdatedReplicas() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withAvailableReplicas(Integer availableReplicas) |
T |
withObservedGeneration(Long observedGeneration) |
T |
withReplicas(Integer replicas) |
T |
withUnavailableReplicas(Integer unavailableReplicas) |
T |
withUpdatedReplicas(Integer updatedReplicas) |
public DeploymentStatusFluentImpl()
public DeploymentStatusFluentImpl(DeploymentStatus instance)
public Integer getAvailableReplicas()
getAvailableReplicas in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T withAvailableReplicas(Integer availableReplicas)
withAvailableReplicas in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public Long getObservedGeneration()
getObservedGeneration in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public Integer getReplicas()
getReplicas in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T withReplicas(Integer replicas)
withReplicas in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public Integer getUnavailableReplicas()
getUnavailableReplicas in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T withUnavailableReplicas(Integer unavailableReplicas)
withUnavailableReplicas in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public Integer getUpdatedReplicas()
getUpdatedReplicas in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T withUpdatedReplicas(Integer updatedReplicas)
withUpdatedReplicas in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DeploymentStatusFluent<T extends DeploymentStatusFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.