@Generated(value="org.jsonschema2pojo") public class QuerySpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
QuerySpec()
No args constructor for use in serialization
|
QuerySpec(String lookbackDelta,
Integer maxConcurrency,
Integer maxSamples,
String timeout) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getLookbackDelta() |
Integer |
getMaxConcurrency() |
Integer |
getMaxSamples() |
String |
getTimeout() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLookbackDelta(String lookbackDelta) |
void |
setMaxConcurrency(Integer maxConcurrency) |
void |
setMaxSamples(Integer maxSamples) |
void |
setTimeout(String timeout) |
public String getLookbackDelta()
public void setLookbackDelta(String lookbackDelta)
lookbackDelta - The lookbackDeltapublic Integer getMaxConcurrency()
public void setMaxConcurrency(Integer maxConcurrency)
maxConcurrency - The maxConcurrencypublic Integer getMaxSamples()
public void setMaxSamples(Integer maxSamples)
maxSamples - The maxSamplespublic String getTimeout()
public void setTimeout(String timeout)
timeout - The timeoutCopyright © 2015–2021 Red Hat. All rights reserved.