Class InvocationMetricScatterPlot
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.InvocationMetricScatterPlot
-
public class InvocationMetricScatterPlot extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InvocationMetricScatterPlot()
InvocationMetricScatterPlot(InvocationMetricScatterPlot 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 MultiValueDataPoints[]
getDataPoints()
Get 多值数据点集合 注意:此字段可能返回 null,表示取不到有效值。Long
getEndTime()
Get 时间轴截止时间,GMT,精确到毫秒Long
getPeriod()
Get 时间轴开始时间,GMT,精确到毫秒Long
getStartTime()
Get 时间粒度void
setDataPoints(MultiValueDataPoints[] DataPoints)
Set 多值数据点集合 注意:此字段可能返回 null,表示取不到有效值。void
setEndTime(Long EndTime)
Set 时间轴截止时间,GMT,精确到毫秒void
setPeriod(Long Period)
Set 时间轴开始时间,GMT,精确到毫秒void
setStartTime(Long StartTime)
Set 时间粒度void
toMap(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
-
InvocationMetricScatterPlot
public InvocationMetricScatterPlot()
-
InvocationMetricScatterPlot
public InvocationMetricScatterPlot(InvocationMetricScatterPlot 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
-
getEndTime
public Long getEndTime()
Get 时间轴截止时间,GMT,精确到毫秒- Returns:
- EndTime 时间轴截止时间,GMT,精确到毫秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 时间轴截止时间,GMT,精确到毫秒- Parameters:
EndTime
- 时间轴截止时间,GMT,精确到毫秒
-
getStartTime
public Long getStartTime()
Get 时间粒度- Returns:
- StartTime 时间粒度
-
setStartTime
public void setStartTime(Long StartTime)
Set 时间粒度- Parameters:
StartTime
- 时间粒度
-
getPeriod
public Long getPeriod()
Get 时间轴开始时间,GMT,精确到毫秒- Returns:
- Period 时间轴开始时间,GMT,精确到毫秒
-
setPeriod
public void setPeriod(Long Period)
Set 时间轴开始时间,GMT,精确到毫秒- Parameters:
Period
- 时间轴开始时间,GMT,精确到毫秒
-
getDataPoints
public MultiValueDataPoints[] getDataPoints()
Get 多值数据点集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DataPoints 多值数据点集合 注意:此字段可能返回 null,表示取不到有效值。
-
setDataPoints
public void setDataPoints(MultiValueDataPoints[] DataPoints)
Set 多值数据点集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DataPoints
- 多值数据点集合 注意:此字段可能返回 null,表示取不到有效值。
-
-