public class QueryRangeMetricRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryRangeMetricRequest() |
QueryRangeMetricRequest(QueryRangeMetricRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEnd()
Get Queries end time; unix timestamp in seconds
|
String |
getQuery()
Get Queries statements; using PromQL syntax
|
Long |
getStart()
Get Queries start time; unix timestamp in seconds
|
Long |
getStep()
Get Queries time interval, in seconds
|
String |
getTopicId()
Get Metric Topic ID
|
void |
setEnd(Long End)
Set Queries end time; unix timestamp in seconds
|
void |
setQuery(String Query)
Set Queries statements; using PromQL syntax
|
void |
setStart(Long Start)
Set Queries start time; unix timestamp in seconds
|
void |
setStep(Long Step)
Set Queries time interval, in seconds
|
void |
setTopicId(String TopicId)
Set Metric Topic ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QueryRangeMetricRequest()
public QueryRangeMetricRequest(QueryRangeMetricRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Metric Topic IDpublic String getQuery()
public void setQuery(String Query)
Query
- Queries statements; using PromQL syntaxpublic Long getStart()
public void setStart(Long Start)
Start
- Queries start time; unix timestamp in secondspublic Long getEnd()
public void setEnd(Long End)
End
- Queries end time; unix timestamp in secondspublic Long getStep()
public void setStep(Long Step)
Step
- Queries time interval, in secondsCopyright © 2024. All rights reserved.