@Generated(value="jsonschema2pojo") public class QueuingConfiguration extends Object implements io.fabric8.kubernetes.api.builder.Editable<QueuingConfigurationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
QueuingConfiguration()
No args constructor for use in serialization
|
QueuingConfiguration(Integer handSize,
Integer queueLengthLimit,
Integer queues) |
| Modifier and Type | Method and Description |
|---|---|
QueuingConfigurationBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getHandSize() |
Integer |
getQueueLengthLimit() |
Integer |
getQueues() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHandSize(Integer handSize) |
void |
setQueueLengthLimit(Integer queueLengthLimit) |
void |
setQueues(Integer queues) |
QueuingConfigurationBuilder |
toBuilder() |
public QueuingConfiguration()
public Integer getHandSize()
public void setHandSize(Integer handSize)
public Integer getQueueLengthLimit()
public void setQueueLengthLimit(Integer queueLengthLimit)
public Integer getQueues()
public void setQueues(Integer queues)
public QueuingConfigurationBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<QueuingConfigurationBuilder>public QueuingConfigurationBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.