public class InvocationMetricScatterPlot extends AbstractModel
header, skipSign| Constructor and 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.
|
| Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InvocationMetricScatterPlot()
public InvocationMetricScatterPlot(InvocationMetricScatterPlot source)
public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 时间轴截止时间,GMT,精确到毫秒public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 时间粒度public Long getPeriod()
public void setPeriod(Long Period)
Period - 时间轴开始时间,GMT,精确到毫秒public MultiValueDataPoints[] getDataPoints()
public void setDataPoints(MultiValueDataPoints[] DataPoints)
DataPoints - 多值数据点集合
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.