public class DelaySpecFluentImpl<A extends DelaySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DelaySpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DelaySpecFluentImpl.ReorderNestedImpl<N> |
DelaySpecFluent.ReorderNested<N>| Constructor and Description |
|---|
DelaySpecFluentImpl() |
DelaySpecFluentImpl(DelaySpec instance) |
public DelaySpecFluentImpl()
public DelaySpecFluentImpl(DelaySpec instance)
public String getCorrelation()
getCorrelation in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withCorrelation(String correlation)
withCorrelation in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public Boolean hasCorrelation()
hasCorrelation in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewCorrelation(String arg1)
withNewCorrelation in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewCorrelation(StringBuilder arg1)
withNewCorrelation in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewCorrelation(StringBuffer arg1)
withNewCorrelation in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public String getJitter()
getJitter in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withJitter(String jitter)
withJitter in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public Boolean hasJitter()
hasJitter in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewJitter(String arg1)
withNewJitter in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewJitter(StringBuilder arg1)
withNewJitter in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewJitter(StringBuffer arg1)
withNewJitter in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public String getLatency()
getLatency in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withLatency(String latency)
withLatency in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public Boolean hasLatency()
hasLatency in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewLatency(String arg1)
withNewLatency in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewLatency(StringBuilder arg1)
withNewLatency in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewLatency(StringBuffer arg1)
withNewLatency in interface DelaySpecFluent<A extends DelaySpecFluent<A>>@Deprecated public ReorderSpec getReorder()
getReorder in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public ReorderSpec buildReorder()
buildReorder in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withReorder(ReorderSpec reorder)
withReorder in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public Boolean hasReorder()
hasReorder in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public A withNewReorder(String correlation, Integer gap, String reorder)
withNewReorder in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public DelaySpecFluent.ReorderNested<A> withNewReorder()
withNewReorder in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public DelaySpecFluent.ReorderNested<A> withNewReorderLike(ReorderSpec item)
withNewReorderLike in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public DelaySpecFluent.ReorderNested<A> editReorder()
editReorder in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public DelaySpecFluent.ReorderNested<A> editOrNewReorder()
editOrNewReorder in interface DelaySpecFluent<A extends DelaySpecFluent<A>>public DelaySpecFluent.ReorderNested<A> editOrNewReorderLike(ReorderSpec item)
editOrNewReorderLike in interface DelaySpecFluent<A extends DelaySpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.