public class DelaySpecFluentImpl<A extends DelaySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DelaySpecFluent<A>
DelaySpecFluent.ReorderNested<N>| Constructor and Description |
|---|
DelaySpecFluentImpl() |
DelaySpecFluentImpl(DelaySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
ReorderSpec |
buildReorder() |
DelaySpecFluent.ReorderNested<A> |
editOrNewReorder() |
DelaySpecFluent.ReorderNested<A> |
editOrNewReorderLike(ReorderSpec item) |
DelaySpecFluent.ReorderNested<A> |
editReorder() |
boolean |
equals(Object o) |
String |
getCorrelation() |
String |
getJitter() |
String |
getLatency() |
ReorderSpec |
getReorder()
Deprecated.
|
Boolean |
hasCorrelation() |
int |
hashCode() |
Boolean |
hasJitter() |
Boolean |
hasLatency() |
Boolean |
hasReorder() |
String |
toString() |
A |
withCorrelation(String correlation) |
A |
withJitter(String jitter) |
A |
withLatency(String latency) |
DelaySpecFluent.ReorderNested<A> |
withNewReorder() |
A |
withNewReorder(String correlation,
Integer gap,
String reorder) |
DelaySpecFluent.ReorderNested<A> |
withNewReorderLike(ReorderSpec item) |
A |
withReorder(ReorderSpec reorder) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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 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 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>>@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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DelaySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DelaySpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.