public class DescribeSampleQueryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeSampleQueryRequest()  | 
DescribeSampleQueryRequest(DescribeSampleQueryRequest 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 | 
getAggregation()
Get Aggregation function. 
 | 
String | 
getJobId()
Get Job ID. 
 | 
Label[] | 
getLabels()
Get Label filtering condition. 
 | 
String | 
getMetric()
Get Metric name. 
 | 
String | 
getProjectId()
Get Project ID. 
 | 
String | 
getScenarioId()
Get Scenario ID. 
 | 
void | 
setAggregation(String Aggregation)
Set Aggregation function. 
 | 
void | 
setJobId(String JobId)
Set Job ID. 
 | 
void | 
setLabels(Label[] Labels)
Set Label filtering condition. 
 | 
void | 
setMetric(String Metric)
Set Metric name. 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID. 
 | 
void | 
setScenarioId(String ScenarioId)
Set Scenario ID. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeSampleQueryRequest()
public DescribeSampleQueryRequest(DescribeSampleQueryRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId - Job ID.public String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId - Scenario ID.public String getMetric()
public void setMetric(String Metric)
Metric - Metric name. For the value range, refer to all metric names returned by the DescribeMetricLabelWithValues API.public String getAggregation()
public void setAggregation(String Aggregation)
Aggregation - Aggregation function. Range of values: Rate, Count, Avg, P90, P95, P99, Gauge.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.public Label[] getLabels()
public void setLabels(Label[] Labels)
Labels - Label filtering condition. For supported labels, refer to all metrics and labels returned by the DescribeMetricLabelWithValues API.Copyright © 2025. All rights reserved.