public class V1beta1QueuingConfigurationFluentImpl<A extends V1beta1QueuingConfigurationFluent<A>> extends BaseFluent<A> implements V1beta1QueuingConfigurationFluent<A>
_visitables
Constructor and Description |
---|
V1beta1QueuingConfigurationFluentImpl() |
V1beta1QueuingConfigurationFluentImpl(V1beta1QueuingConfiguration 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 V1beta1QueuingConfigurationFluentImpl()
public V1beta1QueuingConfigurationFluentImpl(V1beta1QueuingConfiguration instance)
public Integer getHandSize()
getHandSize
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
public A withHandSize(Integer handSize)
withHandSize
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
public Boolean hasHandSize()
hasHandSize
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
public Integer getQueueLengthLimit()
getQueueLengthLimit
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
public A withQueueLengthLimit(Integer queueLengthLimit)
withQueueLengthLimit
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
public Boolean hasQueueLengthLimit()
hasQueueLengthLimit
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
public Integer getQueues()
getQueues
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
public A withQueues(Integer queues)
withQueues
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
public Boolean hasQueues()
hasQueues
in interface V1beta1QueuingConfigurationFluent<A extends V1beta1QueuingConfigurationFluent<A>>
Copyright © 2021. All rights reserved.