public class GetMonitorDataResponse extends AbstractModel
Constructor and Description |
---|
GetMonitorDataResponse() |
GetMonitorDataResponse(GetMonitorDataResponse 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 |
---|---|
DataPoint[] |
getDataPoints()
Get 数据点数组
|
String |
getEndTime()
Get 结束时间
|
String |
getMetricName()
Get 指标名
|
String |
getMsg()
Get 返回信息
|
Long |
getPeriod()
Get 统计周期
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getStartTime()
Get 开始时间
|
void |
setDataPoints(DataPoint[] DataPoints)
Set 数据点数组
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setMetricName(String MetricName)
Set 指标名
|
void |
setMsg(String Msg)
Set 返回信息
|
void |
setPeriod(Long Period)
Set 统计周期
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetMonitorDataResponse()
public GetMonitorDataResponse(GetMonitorDataResponse source)
public Long getPeriod()
public void setPeriod(Long Period)
Period
- 统计周期public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名public DataPoint[] getDataPoints()
public void setDataPoints(DataPoint[] DataPoints)
DataPoints
- 数据点数组public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public String getMsg()
public void setMsg(String Msg)
Msg
- 返回信息public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.