public class HealthScoreInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HealthScoreInfo() | 
| HealthScoreInfo(HealthScoreInfo 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 | getEventsTotalCount()Get 异常事件总数。 | 
| String | getHealthLevel()Get 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。 | 
| Long | getHealthScore()Get 健康得分。 | 
| IssueTypeInfo[] | getIssueTypes()Get 异常详情。 | 
| void | setEventsTotalCount(Long EventsTotalCount)Set 异常事件总数。 | 
| void | setHealthLevel(String HealthLevel)Set 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。 | 
| void | setHealthScore(Long HealthScore)Set 健康得分。 | 
| void | setIssueTypes(IssueTypeInfo[] IssueTypes)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 HealthScoreInfo()
public HealthScoreInfo(HealthScoreInfo source)
public IssueTypeInfo[] getIssueTypes()
public void setIssueTypes(IssueTypeInfo[] IssueTypes)
IssueTypes - 异常详情。public Long getEventsTotalCount()
public void setEventsTotalCount(Long EventsTotalCount)
EventsTotalCount - 异常事件总数。public Long getHealthScore()
public void setHealthScore(Long HealthScore)
HealthScore - 健康得分。public String getHealthLevel()
public void setHealthLevel(String HealthLevel)
HealthLevel - 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。Copyright © 2025. All rights reserved.