public class BlockDelaySpecFluentImpl<A extends BlockDelaySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements BlockDelaySpecFluent<A>
| Constructor and Description |
|---|
BlockDelaySpecFluentImpl() |
BlockDelaySpecFluentImpl(BlockDelaySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCorrelation() |
String |
getJitter() |
String |
getLatency() |
Boolean |
hasCorrelation() |
int |
hashCode() |
Boolean |
hasJitter() |
Boolean |
hasLatency() |
String |
toString() |
A |
withCorrelation(String correlation) |
A |
withJitter(String jitter) |
A |
withLatency(String latency) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic BlockDelaySpecFluentImpl()
public BlockDelaySpecFluentImpl(BlockDelaySpec instance)
public String getCorrelation()
getCorrelation in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public A withCorrelation(String correlation)
withCorrelation in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public Boolean hasCorrelation()
hasCorrelation in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public String getJitter()
getJitter in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public A withJitter(String jitter)
withJitter in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public Boolean hasJitter()
hasJitter in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public String getLatency()
getLatency in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public A withLatency(String latency)
withLatency in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public Boolean hasLatency()
hasLatency in interface BlockDelaySpecFluent<A extends BlockDelaySpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BlockDelaySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BlockDelaySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.