public static class DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<DetectLungNoduleResponse.DetectLungNoduleResponseDataSeriesElements> |
elements |
List<Float> |
origin |
String |
seriesInstanceUid |
List<Float> |
spacing |
| Constructor and Description |
|---|
DetectLungNoduleResponseDataSeries() |
@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()
public DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries setOrigin(List<Float> origin)
public DetectLungNoduleResponse.DetectLungNoduleResponseDataSeries setSpacing(List<Float> spacing)
Copyright © 2020. All rights reserved.