public class DelayFluentImpl<A extends DelayFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DelayFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DelayFluentImpl.ExponentialDelayHttpTypeNestedImpl<N> |
class |
DelayFluentImpl.FixedDelayHttpTypeNestedImpl<N> |
DelayFluent.ExponentialDelayHttpTypeNested<N>, DelayFluent.FixedDelayHttpTypeNested<N>| Constructor and Description |
|---|
DelayFluentImpl() |
DelayFluentImpl(Delay instance) |
| Modifier and Type | Method and Description |
|---|---|
Delay.HttpDelayType |
buildHttpDelayType() |
boolean |
equals(Object o) |
Delay.HttpDelayType |
getHttpDelayType()
Deprecated.
|
Integer |
getPercent() |
Boolean |
hasHttpDelayType() |
Boolean |
hasPercent() |
A |
withExponentialDelayHttpType(ExponentialDelayHttpDelayType exponentialDelayHttpType) |
A |
withFixedDelayHttpType(FixedDelayHttpDelayType fixedDelayHttpType) |
A |
withHttpDelayType(Delay.HttpDelayType httpDelayType) |
DelayFluent.ExponentialDelayHttpTypeNested<A> |
withNewExponentialDelayHttpType() |
DelayFluent.ExponentialDelayHttpTypeNested<A> |
withNewExponentialDelayHttpTypeLike(ExponentialDelayHttpDelayType item) |
DelayFluent.FixedDelayHttpTypeNested<A> |
withNewFixedDelayHttpType() |
DelayFluent.FixedDelayHttpTypeNested<A> |
withNewFixedDelayHttpTypeLike(FixedDelayHttpDelayType item) |
A |
withNewPercent(int arg1) |
A |
withNewPercent(String arg1) |
A |
withPercent(Integer percent) |
public DelayFluentImpl()
public DelayFluentImpl(Delay instance)
@Deprecated public Delay.HttpDelayType getHttpDelayType()
getHttpDelayType in interface DelayFluent<A extends DelayFluent<A>>public Delay.HttpDelayType buildHttpDelayType()
buildHttpDelayType in interface DelayFluent<A extends DelayFluent<A>>public A withHttpDelayType(Delay.HttpDelayType httpDelayType)
withHttpDelayType in interface DelayFluent<A extends DelayFluent<A>>public Boolean hasHttpDelayType()
hasHttpDelayType in interface DelayFluent<A extends DelayFluent<A>>public A withFixedDelayHttpType(FixedDelayHttpDelayType fixedDelayHttpType)
withFixedDelayHttpType in interface DelayFluent<A extends DelayFluent<A>>public DelayFluent.FixedDelayHttpTypeNested<A> withNewFixedDelayHttpType()
withNewFixedDelayHttpType in interface DelayFluent<A extends DelayFluent<A>>public DelayFluent.FixedDelayHttpTypeNested<A> withNewFixedDelayHttpTypeLike(FixedDelayHttpDelayType item)
withNewFixedDelayHttpTypeLike in interface DelayFluent<A extends DelayFluent<A>>public A withExponentialDelayHttpType(ExponentialDelayHttpDelayType exponentialDelayHttpType)
withExponentialDelayHttpType in interface DelayFluent<A extends DelayFluent<A>>public DelayFluent.ExponentialDelayHttpTypeNested<A> withNewExponentialDelayHttpType()
withNewExponentialDelayHttpType in interface DelayFluent<A extends DelayFluent<A>>public DelayFluent.ExponentialDelayHttpTypeNested<A> withNewExponentialDelayHttpTypeLike(ExponentialDelayHttpDelayType item)
withNewExponentialDelayHttpTypeLike in interface DelayFluent<A extends DelayFluent<A>>public Integer getPercent()
getPercent in interface DelayFluent<A extends DelayFluent<A>>public A withPercent(Integer percent)
withPercent in interface DelayFluent<A extends DelayFluent<A>>public Boolean hasPercent()
hasPercent in interface DelayFluent<A extends DelayFluent<A>>public A withNewPercent(String arg1)
withNewPercent in interface DelayFluent<A extends DelayFluent<A>>public A withNewPercent(int arg1)
withNewPercent in interface DelayFluent<A extends DelayFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.