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