public class DetectLungNoduleRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DetectLungNoduleRequest.DetectLungNoduleRequestURLList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dataFormat |
String |
orgId |
String |
orgName |
Float |
threshold |
List<DetectLungNoduleRequest.DetectLungNoduleRequestURLList> |
URLList |
| 构造器和说明 |
|---|
DetectLungNoduleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DetectLungNoduleRequest |
build(Map<String,?> map) |
String |
getDataFormat() |
String |
getOrgId() |
String |
getOrgName() |
Float |
getThreshold() |
List<DetectLungNoduleRequest.DetectLungNoduleRequestURLList> |
getURLList() |
DetectLungNoduleRequest |
setDataFormat(String dataFormat) |
DetectLungNoduleRequest |
setOrgId(String orgId) |
DetectLungNoduleRequest |
setOrgName(String orgName) |
DetectLungNoduleRequest |
setThreshold(Float threshold) |
DetectLungNoduleRequest |
setURLList(List<DetectLungNoduleRequest.DetectLungNoduleRequestURLList> URLList) |
@NameInMap(value="DataFormat") public String dataFormat
@NameInMap(value="OrgId") public String orgId
@NameInMap(value="OrgName") public String orgName
@NameInMap(value="Threshold") public Float threshold
@NameInMap(value="URLList") public List<DetectLungNoduleRequest.DetectLungNoduleRequestURLList> URLList
public static DetectLungNoduleRequest build(Map<String,?> map) throws Exception
Exceptionpublic DetectLungNoduleRequest setDataFormat(String dataFormat)
public String getDataFormat()
public DetectLungNoduleRequest setOrgId(String orgId)
public String getOrgId()
public DetectLungNoduleRequest setOrgName(String orgName)
public String getOrgName()
public DetectLungNoduleRequest setThreshold(Float threshold)
public Float getThreshold()
public DetectLungNoduleRequest setURLList(List<DetectLungNoduleRequest.DetectLungNoduleRequestURLList> URLList)
public List<DetectLungNoduleRequest.DetectLungNoduleRequestURLList> getURLList()
Copyright © 2022. All rights reserved.