public static class DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<DetectLungNoduleResponse.DetectLungNoduleResponseDataSeriesElements> |
elements |
String |
seriesInstanceUid |
| Constructor and Description |
|---|
DetectLungNoduleResponseDataSeries() |
| Modifier and Type | Method and Description |
|---|---|
static DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries |
build(Map<String,?> map) |
List<DetectLungNoduleResponse.DetectLungNoduleResponseDataSeriesElements> |
getElements() |
String |
getSeriesInstanceUid() |
DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries |
setElements(List<DetectLungNoduleResponse.DetectLungNoduleResponseDataSeriesElements> elements) |
DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries |
setSeriesInstanceUid(String seriesInstanceUid) |
@NameInMap(value="SeriesInstanceUid") @Validation(required=true) public String seriesInstanceUid
@NameInMap(value="Elements") @Validation(required=true) public List<DetectLungNoduleResponse.DetectLungNoduleResponseDataSeriesElements> elements
public static DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries build(Map<String,?> map) throws Exception
Exceptionpublic DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries setSeriesInstanceUid(String seriesInstanceUid)
public String getSeriesInstanceUid()
public DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries setElements(List<DetectLungNoduleResponse.DetectLungNoduleResponseDataSeriesElements> elements)
public List<DetectLungNoduleResponse.DetectLungNoduleResponseDataSeriesElements> getElements()
Copyright © 2020. All rights reserved.