public class QueuingConfigurationFluentImpl<A extends QueuingConfigurationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements QueuingConfigurationFluent<A>
| Constructor and Description |
|---|
QueuingConfigurationFluentImpl() |
QueuingConfigurationFluentImpl(QueuingConfiguration instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getHandSize() |
Integer |
getQueueLengthLimit() |
Integer |
getQueues() |
Boolean |
hasHandSize() |
int |
hashCode() |
Boolean |
hasQueueLengthLimit() |
Boolean |
hasQueues() |
A |
withHandSize(Integer handSize) |
A |
withQueueLengthLimit(Integer queueLengthLimit) |
A |
withQueues(Integer queues) |
public QueuingConfigurationFluentImpl()
public QueuingConfigurationFluentImpl(QueuingConfiguration instance)
public Integer getHandSize()
getHandSize in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>public A withHandSize(Integer handSize)
withHandSize in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>public Boolean hasHandSize()
hasHandSize in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>public Integer getQueueLengthLimit()
getQueueLengthLimit in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>public A withQueueLengthLimit(Integer queueLengthLimit)
withQueueLengthLimit in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>public Boolean hasQueueLengthLimit()
hasQueueLengthLimit in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>public Integer getQueues()
getQueues in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>public A withQueues(Integer queues)
withQueues in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>public Boolean hasQueues()
hasQueues in interface QueuingConfigurationFluent<A extends QueuingConfigurationFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.