public class DetectHipKeypointXRayResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Class and Description |
|---|---|
static class |
DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseData |
static class |
DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseDataKeyPoints |
static class |
DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseDataKeyPointsTag |
| Modifier and Type | Field and Description |
|---|---|
DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseData |
data |
String |
requestId |
| Constructor and Description |
|---|
DetectHipKeypointXRayResponse() |
| Modifier and Type | Method and Description |
|---|---|
static DetectHipKeypointXRayResponse |
build(Map<String,?> map) |
DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseData |
getData() |
String |
getRequestId() |
DetectHipKeypointXRayResponse |
setData(DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseData data) |
DetectHipKeypointXRayResponse |
setRequestId(String requestId) |
@NameInMap(value="RequestId") @Validation(required=true) public String requestId
@NameInMap(value="Data") @Validation(required=true) public DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseData data
public static DetectHipKeypointXRayResponse build(Map<String,?> map) throws Exception
Exceptionpublic DetectHipKeypointXRayResponse setRequestId(String requestId)
public String getRequestId()
public DetectHipKeypointXRayResponse setData(DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseData data)
public DetectHipKeypointXRayResponse.DetectHipKeypointXRayResponseData getData()
Copyright © 2020. All rights reserved.