public class LimitResponseFluentImpl<A extends LimitResponseFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements LimitResponseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
LimitResponseFluentImpl.QueuingNestedImpl<N> |
LimitResponseFluent.QueuingNested<N>| Constructor and Description |
|---|
LimitResponseFluentImpl() |
LimitResponseFluentImpl(LimitResponse instance) |
| Modifier and Type | Method and Description |
|---|---|
QueuingConfiguration |
buildQueuing() |
LimitResponseFluent.QueuingNested<A> |
editOrNewQueuing() |
LimitResponseFluent.QueuingNested<A> |
editOrNewQueuingLike(QueuingConfiguration item) |
LimitResponseFluent.QueuingNested<A> |
editQueuing() |
boolean |
equals(Object o) |
QueuingConfiguration |
getQueuing()
Deprecated.
|
String |
getType() |
int |
hashCode() |
Boolean |
hasQueuing() |
Boolean |
hasType() |
LimitResponseFluent.QueuingNested<A> |
withNewQueuing() |
A |
withNewQueuing(Integer handSize,
Integer queueLengthLimit,
Integer queues) |
LimitResponseFluent.QueuingNested<A> |
withNewQueuingLike(QueuingConfiguration item) |
A |
withNewType(String arg0)
Deprecated.
|
A |
withQueuing(QueuingConfiguration queuing) |
A |
withType(String type) |
public LimitResponseFluentImpl()
public LimitResponseFluentImpl(LimitResponse instance)
@Deprecated public QueuingConfiguration getQueuing()
getQueuing in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public QueuingConfiguration buildQueuing()
buildQueuing in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public A withQueuing(QueuingConfiguration queuing)
withQueuing in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public Boolean hasQueuing()
hasQueuing in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public A withNewQueuing(Integer handSize, Integer queueLengthLimit, Integer queues)
withNewQueuing in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public LimitResponseFluent.QueuingNested<A> withNewQueuing()
withNewQueuing in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public LimitResponseFluent.QueuingNested<A> withNewQueuingLike(QueuingConfiguration item)
withNewQueuingLike in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public LimitResponseFluent.QueuingNested<A> editQueuing()
editQueuing in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public LimitResponseFluent.QueuingNested<A> editOrNewQueuing()
editOrNewQueuing in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public LimitResponseFluent.QueuingNested<A> editOrNewQueuingLike(QueuingConfiguration item)
editOrNewQueuingLike in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public String getType()
getType in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public A withType(String type)
withType in interface LimitResponseFluent<A extends LimitResponseFluent<A>>public Boolean hasType()
hasType in interface LimitResponseFluent<A extends LimitResponseFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface LimitResponseFluent<A extends LimitResponseFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.