public class QueryMetricRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryMetricRequest() | 
| QueryMetricRequest(QueryMetricRequest 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 | 
|---|---|
| String | getQuery()Get Query statement, using PromQL syntax | 
| Long | getTime()Get Query time, Unix Timestamp in seconds | 
| String | getTopicId()Get Metric Topic ID | 
| void | setQuery(String Query)Set Query statement, using PromQL syntax | 
| void | setTime(Long Time)Set Query time, Unix Timestamp 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, toJsonStringpublic QueryMetricRequest()
public QueryMetricRequest(QueryMetricRequest source)
public String getQuery()
public void setQuery(String Query)
Query - Query statement, using PromQL syntaxpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId - Metric Topic IDpublic Long getTime()
public void setTime(Long Time)
Time - Query time, Unix Timestamp in secondsCopyright © 2025. All rights reserved.