public class HealthScoreInfo extends AbstractModel
| 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 Total number of the exceptions | 
| String | getHealthLevel()Get Health level, such as "HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK". | 
| Long | getHealthScore()Get Health score | 
| IssueTypeInfo[] | getIssueTypes()Get Exception details | 
| void | setEventsTotalCount(Long EventsTotalCount)Set Total number of the exceptions | 
| void | setHealthLevel(String HealthLevel)Set Health level, such as "HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK". | 
| void | setHealthScore(Long HealthScore)Set Health score | 
| void | setIssueTypes(IssueTypeInfo[] IssueTypes)Set Exception details | 
| 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, toJsonStringpublic HealthScoreInfo()
public HealthScoreInfo(HealthScoreInfo source)
public IssueTypeInfo[] getIssueTypes()
public void setIssueTypes(IssueTypeInfo[] IssueTypes)
IssueTypes - Exception detailspublic Long getEventsTotalCount()
public void setEventsTotalCount(Long EventsTotalCount)
EventsTotalCount - Total number of the exceptionspublic Long getHealthScore()
public void setHealthScore(Long HealthScore)
HealthScore - Health scorepublic String getHealthLevel()
public void setHealthLevel(String HealthLevel)
HealthLevel - Health level, such as "HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK".Copyright © 2022. All rights reserved.