public class HandPostureResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
HandPostureResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static HandPostureResponse |
build(Map<String,?> map) |
HandPostureResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
HandPostureResponse |
setBody(HandPostureResponseBody body) |
HandPostureResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public HandPostureResponseBody body
public static HandPostureResponse build(Map<String,?> map) throws Exception
Exceptionpublic HandPostureResponse setHeaders(Map<String,String> headers)
public HandPostureResponse setBody(HandPostureResponseBody body)
public HandPostureResponseBody getBody()
Copyright © 2022. All rights reserved.