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