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