public class ScoreItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScoreItem() | 
| ScoreItem(ScoreItem 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 | getCount()Get 该异常诊断项出现次数。 | 
| String | getDiagItem()Get 异常诊断项名称。 | 
| String | getIssueType()Get 诊断项分类,取值包括:可用性、可维护性、性能及可靠性。 | 
| Long | getScoreLost()Get 扣分分数。 | 
| String | getTopSeverity()Get 健康等级,取值包括:信息、提示、告警、严重、致命。 | 
| void | setCount(Long Count)Set 该异常诊断项出现次数。 | 
| void | setDiagItem(String DiagItem)Set 异常诊断项名称。 | 
| void | setIssueType(String IssueType)Set 诊断项分类,取值包括:可用性、可维护性、性能及可靠性。 | 
| void | setScoreLost(Long ScoreLost)Set 扣分分数。 | 
| void | setTopSeverity(String TopSeverity)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 ScoreItem()
public ScoreItem(ScoreItem source)
public String getDiagItem()
public void setDiagItem(String DiagItem)
DiagItem - 异常诊断项名称。public String getIssueType()
public void setIssueType(String IssueType)
IssueType - 诊断项分类,取值包括:可用性、可维护性、性能及可靠性。public String getTopSeverity()
public void setTopSeverity(String TopSeverity)
TopSeverity - 健康等级,取值包括:信息、提示、告警、严重、致命。public Long getCount()
public void setCount(Long Count)
Count - 该异常诊断项出现次数。public Long getScoreLost()
public void setScoreLost(Long ScoreLost)
ScoreLost - 扣分分数。Copyright © 2025. All rights reserved.