public class ReplicationControllerStatusFluentImpl<A extends ReplicationControllerStatusFluent<A>> extends BaseFluent<A> implements ReplicationControllerStatusFluent<A>
_visitables| Constructor and Description |
|---|
ReplicationControllerStatusFluentImpl() |
ReplicationControllerStatusFluentImpl(ReplicationControllerStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getFullyLabeledReplicas() |
Long |
getObservedGeneration() |
Integer |
getReplicas() |
A |
withFullyLabeledReplicas(Integer fullyLabeledReplicas) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withReplicas(Integer replicas) |
public ReplicationControllerStatusFluentImpl()
public ReplicationControllerStatusFluentImpl(ReplicationControllerStatus instance)
public Integer getFullyLabeledReplicas()
getFullyLabeledReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public A withFullyLabeledReplicas(Integer fullyLabeledReplicas)
withFullyLabeledReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Integer getReplicas()
getReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.