public class ReorderSpecFluentImpl<A extends ReorderSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ReorderSpecFluent<A>
| Constructor and Description |
|---|
ReorderSpecFluentImpl() |
ReorderSpecFluentImpl(ReorderSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCorrelation() |
Integer |
getGap() |
String |
getReorder() |
Boolean |
hasCorrelation() |
Boolean |
hasGap() |
int |
hashCode() |
Boolean |
hasReorder() |
A |
withCorrelation(String correlation) |
A |
withGap(Integer gap) |
A |
withNewCorrelation(String arg0)
Deprecated.
|
A |
withNewReorder(String arg0)
Deprecated.
|
A |
withReorder(String reorder) |
public ReorderSpecFluentImpl()
public ReorderSpecFluentImpl(ReorderSpec instance)
public String getCorrelation()
getCorrelation in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>public A withCorrelation(String correlation)
withCorrelation in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>public Boolean hasCorrelation()
hasCorrelation in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>@Deprecated public A withNewCorrelation(String arg0)
withNewCorrelation in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>public Integer getGap()
getGap in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>public A withGap(Integer gap)
withGap in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>public Boolean hasGap()
hasGap in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>public String getReorder()
getReorder in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>public A withReorder(String reorder)
withReorder in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>public Boolean hasReorder()
hasReorder in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>@Deprecated public A withNewReorder(String arg0)
withNewReorder in interface ReorderSpecFluent<A extends ReorderSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.