public class ScoreDetail extends AbstractModel
Constructor and Description |
---|
ScoreDetail() |
ScoreDetail(ScoreDetail 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 |
---|---|
String |
getIssueType()
Get Deduction item type.
|
ScoreItem[] |
getItems()
Get List of deduction items.
|
Long |
getScoreLost()
Get Total deducted scores.
|
Long |
getScoreLostMax()
Get Upper limit of the deducted scores.
|
void |
setIssueType(String IssueType)
Set Deduction item type.
|
void |
setItems(ScoreItem[] Items)
Set List of deduction items.
|
void |
setScoreLost(Long ScoreLost)
Set Total deducted scores.
|
void |
setScoreLostMax(Long ScoreLostMax)
Set Upper limit of the deducted scores.
|
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 ScoreDetail()
public ScoreDetail(ScoreDetail source)
public String getIssueType()
public void setIssueType(String IssueType)
IssueType
- Deduction item type. Valid values: `Availability`, `Maintainability`, `Performance`, `Reliability`.public Long getScoreLost()
public void setScoreLost(Long ScoreLost)
ScoreLost
- Total deducted scores.public Long getScoreLostMax()
public void setScoreLostMax(Long ScoreLostMax)
ScoreLostMax
- Upper limit of the deducted scores.public ScoreItem[] getItems()
public void setItems(ScoreItem[] Items)
Items
- List of deduction items.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.