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