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 扣分项分类,取值包括:可用性、可维护性、性能及可靠性。
|
ScoreItem[] |
getItems()
Get 扣分项列表。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScoreLost()
Get 扣分总分。
|
Long |
getScoreLostMax()
Get 扣分总分上限。
|
void |
setIssueType(String IssueType)
Set 扣分项分类,取值包括:可用性、可维护性、性能及可靠性。
|
void |
setItems(ScoreItem[] Items)
Set 扣分项列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScoreLost(Long ScoreLost)
Set 扣分总分。
|
void |
setScoreLostMax(Long ScoreLostMax)
Set 扣分总分上限。
|
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
- 扣分项分类,取值包括:可用性、可维护性、性能及可靠性。public Long getScoreLost()
public void setScoreLost(Long ScoreLost)
ScoreLost
- 扣分总分。public Long getScoreLostMax()
public void setScoreLostMax(Long ScoreLostMax)
ScoreLostMax
- 扣分总分上限。public ScoreItem[] getItems()
public void setItems(ScoreItem[] Items)
Items
- 扣分项列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.