public class ReplicationControllerStatusFluentImpl<T extends ReplicationControllerStatusFluent<T>> extends BaseFluent<T> implements ReplicationControllerStatusFluent<T>
_visitables| Constructor and Description |
|---|
ReplicationControllerStatusFluentImpl() |
ReplicationControllerStatusFluentImpl(ReplicationControllerStatus 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 |
getFullyLabeledReplicas() |
Long |
getObservedGeneration() |
Integer |
getReplicas() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withFullyLabeledReplicas(Integer fullyLabeledReplicas) |
T |
withObservedGeneration(Long observedGeneration) |
T |
withReplicas(Integer replicas) |
public ReplicationControllerStatusFluentImpl()
public ReplicationControllerStatusFluentImpl(ReplicationControllerStatus instance)
public Integer getFullyLabeledReplicas()
getFullyLabeledReplicas in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public T withFullyLabeledReplicas(Integer fullyLabeledReplicas)
withFullyLabeledReplicas in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public Long getObservedGeneration()
getObservedGeneration in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public T withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public Integer getReplicas()
getReplicas in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public T withReplicas(Integer replicas)
withReplicas in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ReplicationControllerStatusFluent<T extends ReplicationControllerStatusFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.