public class GetTopNMonitorDataResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetTopNMonitorDataResponse() |
GetTopNMonitorDataResponse(GetTopNMonitorDataResponse 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 |
---|---|
String |
getMetricName()
Get 指标名
|
String |
getMsg()
Get 返回信息
|
Long |
getN()
Get topN
|
SingleOrderedDataPoint[] |
getOrderedDataPoints()
Get 排序的监控数据
|
Long |
getPeriod()
Get 统计周期
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setMetricName(String MetricName)
Set 指标名
|
void |
setMsg(String Msg)
Set 返回信息
|
void |
setN(Long N)
Set topN
|
void |
setOrderedDataPoints(SingleOrderedDataPoint[] OrderedDataPoints)
Set 排序的监控数据
|
void |
setPeriod(Long Period)
Set 统计周期
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetTopNMonitorDataResponse()
public GetTopNMonitorDataResponse(GetTopNMonitorDataResponse source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名public Long getPeriod()
public void setPeriod(Long Period)
Period
- 统计周期public Long getN()
public void setN(Long N)
N
- topNpublic SingleOrderedDataPoint[] getOrderedDataPoints()
public void setOrderedDataPoints(SingleOrderedDataPoint[] OrderedDataPoints)
OrderedDataPoints
- 排序的监控数据public String getMsg()
public void setMsg(String Msg)
Msg
- 返回信息public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.