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