Class DescribeInvocationMetricScatterPlotRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeInvocationMetricScatterPlotRequest
-
public class DescribeInvocationMetricScatterPlotRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInvocationMetricScatterPlotRequest()DescribeInvocationMetricScatterPlotRequest(DescribeInvocationMetricScatterPlotRequest 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 StringgetEndTime()Get 查询结束时间StringgetKind()Get 视图视角。可选值:SERVER, CLIENT。默认为SERVERMetricDimension[]getMetricDimensions()Get 查询指标维度Metric[]getMetrics()Get 查询指标名LonggetPeriod()Get 查询时间粒度,单位秒。可选值:60、3600、86400。StringgetStartTime()Get 查询开始时间voidsetEndTime(String EndTime)Set 查询结束时间voidsetKind(String Kind)Set 视图视角。可选值:SERVER, CLIENT。默认为SERVERvoidsetMetricDimensions(MetricDimension[] MetricDimensions)Set 查询指标维度voidsetMetrics(Metric[] Metrics)Set 查询指标名voidsetPeriod(Long Period)Set 查询时间粒度,单位秒。可选值:60、3600、86400。voidsetStartTime(String StartTime)Set 查询开始时间voidtoMap(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
-
DescribeInvocationMetricScatterPlotRequest
public DescribeInvocationMetricScatterPlotRequest()
-
DescribeInvocationMetricScatterPlotRequest
public DescribeInvocationMetricScatterPlotRequest(DescribeInvocationMetricScatterPlotRequest 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
-
getStartTime
public String getStartTime()
Get 查询开始时间- Returns:
- StartTime 查询开始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 查询开始时间- Parameters:
StartTime- 查询开始时间
-
getEndTime
public String getEndTime()
Get 查询结束时间- Returns:
- EndTime 查询结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 查询结束时间- Parameters:
EndTime- 查询结束时间
-
getPeriod
public Long getPeriod()
Get 查询时间粒度,单位秒。可选值:60、3600、86400。- Returns:
- Period 查询时间粒度,单位秒。可选值:60、3600、86400。
-
setPeriod
public void setPeriod(Long Period)
Set 查询时间粒度,单位秒。可选值:60、3600、86400。- Parameters:
Period- 查询时间粒度,单位秒。可选值:60、3600、86400。
-
getMetricDimensions
public MetricDimension[] getMetricDimensions()
Get 查询指标维度- Returns:
- MetricDimensions 查询指标维度
-
setMetricDimensions
public void setMetricDimensions(MetricDimension[] MetricDimensions)
Set 查询指标维度- Parameters:
MetricDimensions- 查询指标维度
-
getMetrics
public Metric[] getMetrics()
Get 查询指标名- Returns:
- Metrics 查询指标名
-
setMetrics
public void setMetrics(Metric[] Metrics)
Set 查询指标名- Parameters:
Metrics- 查询指标名
-
getKind
public String getKind()
Get 视图视角。可选值:SERVER, CLIENT。默认为SERVER- Returns:
- Kind 视图视角。可选值:SERVER, CLIENT。默认为SERVER
-
setKind
public void setKind(String Kind)
Set 视图视角。可选值:SERVER, CLIENT。默认为SERVER- Parameters:
Kind- 视图视角。可选值:SERVER, CLIENT。默认为SERVER
-
-