public class DescribeSampleBatchQueryRequest extends AbstractModel
Constructor and Description |
---|
DescribeSampleBatchQueryRequest() |
DescribeSampleBatchQueryRequest(DescribeSampleBatchQueryRequest 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 |
getJobId()
Get job id
|
String |
getProjectId()
Get 项目ID
|
InternalMetricQuery[] |
getQueries()
Get 查询指标数组
|
String |
getScenarioId()
Get 场景id
|
void |
setJobId(String JobId)
Set job id
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setQueries(InternalMetricQuery[] Queries)
Set 查询指标数组
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeSampleBatchQueryRequest()
public DescribeSampleBatchQueryRequest(DescribeSampleBatchQueryRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- job idpublic String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId
- 场景idpublic InternalMetricQuery[] getQueries()
public void setQueries(InternalMetricQuery[] Queries)
Queries
- 查询指标数组public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDCopyright © 2022. All rights reserved.