@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusSpecQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LOOKBACK_DELTA |
static String |
SERIALIZED_NAME_MAX_CONCURRENCY |
static String |
SERIALIZED_NAME_MAX_SAMPLES |
static String |
SERIALIZED_NAME_TIMEOUT |
| Constructor and Description |
|---|
V1PrometheusSpecQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLookbackDelta()
The delta difference allowed for retrieving metrics during expression evaluations.
|
Integer |
getMaxConcurrency()
Number of concurrent queries that can be run at once.
|
Integer |
getMaxSamples()
Maximum number of samples a single query can load into memory.
|
String |
getTimeout()
Maximum time a query may take before being aborted.
|
int |
hashCode() |
V1PrometheusSpecQuery |
lookbackDelta(String lookbackDelta) |
V1PrometheusSpecQuery |
maxConcurrency(Integer maxConcurrency) |
V1PrometheusSpecQuery |
maxSamples(Integer maxSamples) |
void |
setLookbackDelta(String lookbackDelta) |
void |
setMaxConcurrency(Integer maxConcurrency) |
void |
setMaxSamples(Integer maxSamples) |
void |
setTimeout(String timeout) |
V1PrometheusSpecQuery |
timeout(String timeout) |
String |
toString() |
public static final String SERIALIZED_NAME_LOOKBACK_DELTA
public static final String SERIALIZED_NAME_MAX_CONCURRENCY
public static final String SERIALIZED_NAME_MAX_SAMPLES
public static final String SERIALIZED_NAME_TIMEOUT
public V1PrometheusSpecQuery lookbackDelta(String lookbackDelta)
@Nullable public String getLookbackDelta()
public void setLookbackDelta(String lookbackDelta)
public V1PrometheusSpecQuery maxConcurrency(Integer maxConcurrency)
@Nullable public Integer getMaxConcurrency()
public void setMaxConcurrency(Integer maxConcurrency)
public V1PrometheusSpecQuery maxSamples(Integer maxSamples)
@Nullable public Integer getMaxSamples()
public void setMaxSamples(Integer maxSamples)
public V1PrometheusSpecQuery timeout(String timeout)
@Nullable public String getTimeout()
public void setTimeout(String timeout)
Copyright © 2020. All rights reserved.