Class GetMonitorDataResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.GetMonitorDataResponse
-
public class GetMonitorDataResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetMonitorDataResponse
public GetMonitorDataResponse()
-
GetMonitorDataResponse
public 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.
-
-
Method Detail
-
getPeriod
public Long getPeriod()
Get 统计周期- Returns:
- Period 统计周期
-
setPeriod
public void setPeriod(Long Period)
Set 统计周期- Parameters:
Period
- 统计周期
-
getMetricName
public String getMetricName()
Get 指标名- Returns:
- MetricName 指标名
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名- Parameters:
MetricName
- 指标名
-
getDataPoints
public DataPoint[] getDataPoints()
Get 数据点数组- Returns:
- DataPoints 数据点数组
-
setDataPoints
public void setDataPoints(DataPoint[] DataPoints)
Set 数据点数组- Parameters:
DataPoints
- 数据点数组
-
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
- 结束时间
-
getMsg
public String getMsg()
Get 返回信息- Returns:
- Msg 返回信息
-
setMsg
public void setMsg(String Msg)
Set 返回信息- Parameters:
Msg
- 返回信息
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-