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 types. 
 | 
Long | 
getScoreLost()
Get Scores deducted. 
 | 
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 types. 
 | 
void | 
setScoreLost(Long ScoreLost)
Set Scores deducted. 
 | 
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 types. Valid values: availability, maintainability, performance, and reliability.public String getTopSeverity()
public void setTopSeverity(String TopSeverity)
TopSeverity - Health level. Valid values: information, reminder, alarm, serious, fatal.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 - Scores deducted.Copyright © 2025. All rights reserved.