@Generated(value="org.jsonschema2pojo") public class QueueConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
QueueConfig()
No args constructor for use in serialization
|
QueueConfig(String batchSendDeadline,
Integer capacity,
String maxBackoff,
Integer maxRetries,
Integer maxSamplesPerSend,
Integer maxShards,
String minBackoff,
Integer minShards) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getBatchSendDeadline() |
Integer |
getCapacity() |
String |
getMaxBackoff() |
Integer |
getMaxRetries() |
Integer |
getMaxSamplesPerSend() |
Integer |
getMaxShards() |
String |
getMinBackoff() |
Integer |
getMinShards() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBatchSendDeadline(String batchSendDeadline) |
void |
setCapacity(Integer capacity) |
void |
setMaxBackoff(String maxBackoff) |
void |
setMaxRetries(Integer maxRetries) |
void |
setMaxSamplesPerSend(Integer maxSamplesPerSend) |
void |
setMaxShards(Integer maxShards) |
void |
setMinBackoff(String minBackoff) |
void |
setMinShards(Integer minShards) |
public QueueConfig()
public QueueConfig(String batchSendDeadline, Integer capacity, String maxBackoff, Integer maxRetries, Integer maxSamplesPerSend, Integer maxShards, String minBackoff, Integer minShards)
maxRetries - minShards - maxBackoff - maxShards - minBackoff - batchSendDeadline - maxSamplesPerSend - capacity - public String getBatchSendDeadline()
public void setBatchSendDeadline(String batchSendDeadline)
batchSendDeadline - The batchSendDeadlinepublic Integer getCapacity()
public void setCapacity(Integer capacity)
capacity - The capacitypublic String getMaxBackoff()
public void setMaxBackoff(String maxBackoff)
maxBackoff - The maxBackoffpublic Integer getMaxRetries()
public void setMaxRetries(Integer maxRetries)
maxRetries - The maxRetriespublic Integer getMaxSamplesPerSend()
public void setMaxSamplesPerSend(Integer maxSamplesPerSend)
maxSamplesPerSend - The maxSamplesPerSendpublic Integer getMaxShards()
public void setMaxShards(Integer maxShards)
maxShards - The maxShardspublic String getMinBackoff()
public void setMinBackoff(String minBackoff)
minBackoff - The minBackoffpublic Integer getMinShards()
public void setMinShards(Integer minShards)
minShards - The minShardsCopyright © 2015–2020 Red Hat. All rights reserved.