public class DescribeApmServiceMetricResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeApmServiceMetricResponse() | 
| DescribeApmServiceMetricResponse(DescribeApmServiceMetricResponse 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 | 
|---|---|
| Long | getApplicationCount()Get 应用总数 | 
| Long | getErrorCount()Get 异常应用数 | 
| Long | getPage()Get 页码 | 
| Long | getPageSize()Get 页大小 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| ApmServiceMetric[] | getServiceMetricList()Get 应用指标列表 | 
| Long | getTotalCount()Get 符合筛选条件的应用数 | 
| Long | getWarningCount()Get 警示应用数 | 
| Long | getWarningErrorCount()Get 警示异常应用数 | 
| void | setApplicationCount(Long ApplicationCount)Set 应用总数 | 
| void | setErrorCount(Long ErrorCount)Set 异常应用数 | 
| void | setPage(Long Page)Set 页码 | 
| void | setPageSize(Long PageSize)Set 页大小 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setServiceMetricList(ApmServiceMetric[] ServiceMetricList)Set 应用指标列表 | 
| void | setTotalCount(Long TotalCount)Set 符合筛选条件的应用数 | 
| void | setWarningCount(Long WarningCount)Set 警示应用数 | 
| void | setWarningErrorCount(Long WarningErrorCount)Set 警示异常应用数 | 
| 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, toJsonStringpublic DescribeApmServiceMetricResponse()
public DescribeApmServiceMetricResponse(DescribeApmServiceMetricResponse source)
public ApmServiceMetric[] getServiceMetricList()
public void setServiceMetricList(ApmServiceMetric[] ServiceMetricList)
ServiceMetricList - 应用指标列表public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 符合筛选条件的应用数public Long getWarningErrorCount()
public void setWarningErrorCount(Long WarningErrorCount)
WarningErrorCount - 警示异常应用数public Long getApplicationCount()
public void setApplicationCount(Long ApplicationCount)
ApplicationCount - 应用总数public Long getPage()
public void setPage(Long Page)
Page - 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 页大小public Long getErrorCount()
public void setErrorCount(Long ErrorCount)
ErrorCount - 异常应用数public Long getWarningCount()
public void setWarningCount(Long WarningCount)
WarningCount - 警示应用数public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.