public class StatefulSetStatusFluentImpl<A extends StatefulSetStatusFluent<A>> extends BaseFluent<A> implements StatefulSetStatusFluent<A>
_visitables| Constructor and Description |
|---|
StatefulSetStatusFluentImpl() |
StatefulSetStatusFluentImpl(StatefulSetStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getObservedGeneration() |
Integer |
getReplicas() |
Boolean |
hasObservedGeneration() |
Boolean |
hasReplicas() |
A |
withObservedGeneration(Long observedGeneration) |
A |
withReplicas(Integer replicas) |
public StatefulSetStatusFluentImpl()
public StatefulSetStatusFluentImpl(StatefulSetStatus instance)
public Long getObservedGeneration()
getObservedGeneration in interface StatefulSetStatusFluent<A extends StatefulSetStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface StatefulSetStatusFluent<A extends StatefulSetStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface StatefulSetStatusFluent<A extends StatefulSetStatusFluent<A>>public Integer getReplicas()
getReplicas in interface StatefulSetStatusFluent<A extends StatefulSetStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface StatefulSetStatusFluent<A extends StatefulSetStatusFluent<A>>public Boolean hasReplicas()
hasReplicas in interface StatefulSetStatusFluent<A extends StatefulSetStatusFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.