public class PetSetStatusFluentImpl<A extends PetSetStatusFluent<A>> extends BaseFluent<A> implements PetSetStatusFluent<A>
_visitables| Constructor and Description |
|---|
PetSetStatusFluentImpl() |
PetSetStatusFluentImpl(PetSetStatus 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 PetSetStatusFluentImpl()
public PetSetStatusFluentImpl(PetSetStatus instance)
public Long getObservedGeneration()
getObservedGeneration in interface PetSetStatusFluent<A extends PetSetStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface PetSetStatusFluent<A extends PetSetStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface PetSetStatusFluent<A extends PetSetStatusFluent<A>>public Integer getReplicas()
getReplicas in interface PetSetStatusFluent<A extends PetSetStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface PetSetStatusFluent<A extends PetSetStatusFluent<A>>public Boolean hasReplicas()
hasReplicas in interface PetSetStatusFluent<A extends PetSetStatusFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.