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 Number of occurrences of this exception diagnosis item. | 
| String | getDiagItem()Get Exception diagnosis item name. | 
| String | getIssueType()Get Diagnosis item type. | 
| Long | getScoreLost()Get Deducted scores. | 
| String | getTopSeverity()Get Health level. | 
| void | setCount(Long Count)Set Number of occurrences of this exception diagnosis item. | 
| void | setDiagItem(String DiagItem)Set Exception diagnosis item name. | 
| void | setIssueType(String IssueType)Set Diagnosis item type. | 
| void | setScoreLost(Long ScoreLost)Set Deducted scores. | 
| void | setTopSeverity(String TopSeverity)Set Health level. | 
| 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 - Exception diagnosis item name.public String getIssueType()
public void setIssueType(String IssueType)
IssueType - Diagnosis item type. Valid values: `Availability`, `Maintainability`, `Performance`, `Reliability`.public String getTopSeverity()
public void setTopSeverity(String TopSeverity)
TopSeverity - Health level. Valid values: `Healthy`, `Reminder`, `Alarm`, `Severe`, `Critical`.public Long getCount()
public void setCount(Long Count)
Count - Number of occurrences of this exception diagnosis item.public Long getScoreLost()
public void setScoreLost(Long ScoreLost)
ScoreLost - Deducted scores.Copyright © 2025. All rights reserved.