public class DescribeSampleQueryRequest extends AbstractModel
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 聚合条件
|
String |
getJobId()
Get job id
|
Label[] |
getLabels()
Get 过滤条件
|
String |
getMetric()
Get 指标名
|
String |
getProjectId()
Get 项目ID
|
String |
getScenarioId()
Get 场景Id
|
void |
setAggregation(String Aggregation)
Set 聚合条件
|
void |
setJobId(String JobId)
Set job id
|
void |
setLabels(Label[] Labels)
Set 过滤条件
|
void |
setMetric(String Metric)
Set 指标名
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setScenarioId(String ScenarioId)
Set 场景Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSampleQueryRequest()
public DescribeSampleQueryRequest(DescribeSampleQueryRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- job idpublic String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId
- 场景Idpublic String getMetric()
public void setMetric(String Metric)
Metric
- 指标名public String getAggregation()
public void setAggregation(String Aggregation)
Aggregation
- 聚合条件public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic Label[] getLabels()
public void setLabels(Label[] Labels)
Labels
- 过滤条件Copyright © 2023. All rights reserved.