public static class DetectKneeKeypointXRayResponse.DetectKneeKeypointXRayResponseDataKeyPointsTag
extends com.aliyun.tea.TeaModel
| Constructor and Description |
|---|
DetectKneeKeypointXRayResponseDataKeyPointsTag() |
| Modifier and Type | Method and Description |
|---|---|
static DetectKneeKeypointXRayResponse.DetectKneeKeypointXRayResponseDataKeyPointsTag |
build(Map<String,?> map) |
String |
getDirection() |
String |
getLabel() |
DetectKneeKeypointXRayResponse.DetectKneeKeypointXRayResponseDataKeyPointsTag |
setDirection(String direction) |
DetectKneeKeypointXRayResponse.DetectKneeKeypointXRayResponseDataKeyPointsTag |
setLabel(String label) |
@NameInMap(value="Direction") @Validation(required=true) public String direction
@NameInMap(value="Label") @Validation(required=true) public String label
public DetectKneeKeypointXRayResponseDataKeyPointsTag()
public static DetectKneeKeypointXRayResponse.DetectKneeKeypointXRayResponseDataKeyPointsTag build(Map<String,?> map) throws Exception
Exceptionpublic DetectKneeKeypointXRayResponse.DetectKneeKeypointXRayResponseDataKeyPointsTag setDirection(String direction)
public String getDirection()
public DetectKneeKeypointXRayResponse.DetectKneeKeypointXRayResponseDataKeyPointsTag setLabel(String label)
public String getLabel()
Copyright © 2020. All rights reserved.