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 exceptions.
|
String |
getHealthLevel()
Get Health level, such as `HEALTH`, `SUB_HEALTH`, `RISK`, and `HIGH_RISK`.
|
Long |
getHealthScore()
Get Health score.
|
IssueTypeInfo[] |
getIssueTypes()
Get Exception details.
|
void |
setEventsTotalCount(Long EventsTotalCount)
Set Total number of exceptions.
|
void |
setHealthLevel(String HealthLevel)
Set Health level, such as `HEALTH`, `SUB_HEALTH`, `RISK`, and `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, toJsonString
public HealthScoreInfo()
public HealthScoreInfo(HealthScoreInfo source)
public IssueTypeInfo[] getIssueTypes()
public void setIssueTypes(IssueTypeInfo[] IssueTypes)
IssueTypes
- Exception details.public Long getEventsTotalCount()
public void setEventsTotalCount(Long EventsTotalCount)
EventsTotalCount
- Total number of exceptions.public Long getHealthScore()
public void setHealthScore(Long HealthScore)
HealthScore
- Health score.public String getHealthLevel()
public void setHealthLevel(String HealthLevel)
HealthLevel
- Health level, such as `HEALTH`, `SUB_HEALTH`, `RISK`, and `HIGH_RISK`.Copyright © 2023. All rights reserved.