Class HealthScoreInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.HealthScoreInfo
-
public class HealthScoreInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEventsTotalCount()Get 异常事件总数。StringgetHealthLevel()Get 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。LonggetHealthScore()Get 健康得分。IssueTypeInfo[]getIssueTypes()Get 异常详情。voidsetEventsTotalCount(Long EventsTotalCount)Set 异常事件总数。voidsetHealthLevel(String HealthLevel)Set 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。voidsetHealthScore(Long HealthScore)Set 健康得分。voidsetIssueTypes(IssueTypeInfo[] IssueTypes)Set 异常详情。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
HealthScoreInfo
public HealthScoreInfo()
-
HealthScoreInfo
public 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.
-
-
Method Detail
-
getIssueTypes
public IssueTypeInfo[] getIssueTypes()
Get 异常详情。- Returns:
- IssueTypes 异常详情。
-
setIssueTypes
public void setIssueTypes(IssueTypeInfo[] IssueTypes)
Set 异常详情。- Parameters:
IssueTypes- 异常详情。
-
getEventsTotalCount
public Long getEventsTotalCount()
Get 异常事件总数。- Returns:
- EventsTotalCount 异常事件总数。
-
setEventsTotalCount
public void setEventsTotalCount(Long EventsTotalCount)
Set 异常事件总数。- Parameters:
EventsTotalCount- 异常事件总数。
-
getHealthScore
public Long getHealthScore()
Get 健康得分。- Returns:
- HealthScore 健康得分。
-
setHealthScore
public void setHealthScore(Long HealthScore)
Set 健康得分。- Parameters:
HealthScore- 健康得分。
-
getHealthLevel
public String getHealthLevel()
Get 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。- Returns:
- HealthLevel 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。
-
setHealthLevel
public void setHealthLevel(String HealthLevel)
Set 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。- Parameters:
HealthLevel- 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。
-
-