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() |
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 Integer getReplicas()
getReplicas
in interface PetSetStatusFluent<A extends PetSetStatusFluent<A>>
public A withReplicas(Integer replicas)
withReplicas
in interface PetSetStatusFluent<A extends PetSetStatusFluent<A>>
Copyright © 2011–2016 Red Hat. All rights reserved.