Class DescribeSampleQueryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.pts.v20210728.models.DescribeSampleQueryRequest
-
public class DescribeSampleQueryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAggregation()Get 聚合条件StringgetJobId()Get job idLabel[]getLabels()Get 过滤条件StringgetMetric()Get 指标名StringgetProjectId()Get 项目IDStringgetScenarioId()Get 场景IdvoidsetAggregation(String Aggregation)Set 聚合条件voidsetJobId(String JobId)Set job idvoidsetLabels(Label[] Labels)Set 过滤条件voidsetMetric(String Metric)Set 指标名voidsetProjectId(String ProjectId)Set 项目IDvoidsetScenarioId(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
-
DescribeSampleQueryRequest
public DescribeSampleQueryRequest()
-
DescribeSampleQueryRequest
public 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.
-
-
Method Detail
-
getJobId
public String getJobId()
Get job id- Returns:
- JobId job id
-
setJobId
public void setJobId(String JobId)
Set job id- Parameters:
JobId- job id
-
getScenarioId
public String getScenarioId()
Get 场景Id- Returns:
- ScenarioId 场景Id
-
setScenarioId
public void setScenarioId(String ScenarioId)
Set 场景Id- Parameters:
ScenarioId- 场景Id
-
getMetric
public String getMetric()
Get 指标名- Returns:
- Metric 指标名
-
setMetric
public void setMetric(String Metric)
Set 指标名- Parameters:
Metric- 指标名
-
getAggregation
public String getAggregation()
Get 聚合条件- Returns:
- Aggregation 聚合条件
-
setAggregation
public void setAggregation(String Aggregation)
Set 聚合条件- Parameters:
Aggregation- 聚合条件
-
getProjectId
public String getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getLabels
public Label[] getLabels()
Get 过滤条件- Returns:
- Labels 过滤条件
-
setLabels
public void setLabels(Label[] Labels)
Set 过滤条件- Parameters:
Labels- 过滤条件
-
-