public static class ScreenChestCTResponse.ScreenChestCTResponseDataCovid
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
lesionRatio |
String |
mask |
String |
newProbability |
String |
normalProbability |
String |
otherProbability |
| Constructor and Description |
|---|
ScreenChestCTResponseDataCovid() |
| Modifier and Type | Method and Description |
|---|---|
static ScreenChestCTResponse.ScreenChestCTResponseDataCovid |
build(Map<String,?> map) |
String |
getLesionRatio() |
String |
getMask() |
String |
getNewProbability() |
String |
getNormalProbability() |
String |
getOtherProbability() |
ScreenChestCTResponse.ScreenChestCTResponseDataCovid |
setLesionRatio(String lesionRatio) |
ScreenChestCTResponse.ScreenChestCTResponseDataCovid |
setMask(String mask) |
ScreenChestCTResponse.ScreenChestCTResponseDataCovid |
setNewProbability(String newProbability) |
ScreenChestCTResponse.ScreenChestCTResponseDataCovid |
setNormalProbability(String normalProbability) |
ScreenChestCTResponse.ScreenChestCTResponseDataCovid |
setOtherProbability(String otherProbability) |
@NameInMap(value="NewProbability") @Validation(required=true) public String newProbability
@NameInMap(value="NormalProbability") @Validation(required=true) public String normalProbability
@NameInMap(value="OtherProbability") @Validation(required=true) public String otherProbability
@NameInMap(value="LesionRatio") @Validation(required=true) public String lesionRatio
@NameInMap(value="Mask") @Validation(required=true) public String mask
public static ScreenChestCTResponse.ScreenChestCTResponseDataCovid build(Map<String,?> map) throws Exception
Exceptionpublic ScreenChestCTResponse.ScreenChestCTResponseDataCovid setNewProbability(String newProbability)
public String getNewProbability()
public ScreenChestCTResponse.ScreenChestCTResponseDataCovid setNormalProbability(String normalProbability)
public String getNormalProbability()
public ScreenChestCTResponse.ScreenChestCTResponseDataCovid setOtherProbability(String otherProbability)
public String getOtherProbability()
public ScreenChestCTResponse.ScreenChestCTResponseDataCovid setLesionRatio(String lesionRatio)
public String getLesionRatio()
public ScreenChestCTResponse.ScreenChestCTResponseDataCovid setMask(String mask)
public String getMask()
Copyright © 2020. All rights reserved.