Class DescribeSampleMatrixBatchQueryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.pts.v20210728.models.DescribeSampleMatrixBatchQueryRequest
-
public class DescribeSampleMatrixBatchQueryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSampleMatrixBatchQueryRequest()DescribeSampleMatrixBatchQueryRequest(DescribeSampleMatrixBatchQueryRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJobId()Get 任务IDStringgetProjectId()Get 项目IDInternalMetricQuery[]getQueries()Get 查询语句StringgetScenarioId()Get 场景IDvoidsetJobId(String JobId)Set 任务IDvoidsetProjectId(String ProjectId)Set 项目IDvoidsetQueries(InternalMetricQuery[] Queries)Set 查询语句voidsetScenarioId(String ScenarioId)Set 场景IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSampleMatrixBatchQueryRequest
public DescribeSampleMatrixBatchQueryRequest()
-
DescribeSampleMatrixBatchQueryRequest
public DescribeSampleMatrixBatchQueryRequest(DescribeSampleMatrixBatchQueryRequest 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.
-
-
Method Detail
-
getJobId
public String getJobId()
Get 任务ID- Returns:
- JobId 任务ID
-
setJobId
public void setJobId(String JobId)
Set 任务ID- Parameters:
JobId- 任务ID
-
getProjectId
public String getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getScenarioId
public String getScenarioId()
Get 场景ID- Returns:
- ScenarioId 场景ID
-
setScenarioId
public void setScenarioId(String ScenarioId)
Set 场景ID- Parameters:
ScenarioId- 场景ID
-
getQueries
public InternalMetricQuery[] getQueries()
Get 查询语句- Returns:
- Queries 查询语句
-
setQueries
public void setQueries(InternalMetricQuery[] Queries)
Set 查询语句- Parameters:
Queries- 查询语句
-
-