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 types.
|
ScoreItem[] |
getItems()
Get Deduction item list.
|
Long |
getScoreLost()
Get Total scores deducted.
|
Long |
getScoreLostMax()
Get Upper limit of the deducted scores.
|
void |
setIssueType(String IssueType)
Set Deduction item types.
|
void |
setItems(ScoreItem[] Items)
Set Deduction item list.
|
void |
setScoreLost(Long ScoreLost)
Set Total scores deducted.
|
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 types. Valid values: availability, maintainability, performance, and reliability.public Long getScoreLost()
public void setScoreLost(Long ScoreLost)
ScoreLost
- Total scores deducted.public Long getScoreLostMax()
public void setScoreLostMax(Long ScoreLostMax)
ScoreLostMax
- Upper limit of the deducted scores.public ScoreItem[] getItems()
public void setItems(ScoreItem[] Items)
Items
- Deduction item list.
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.