public class GetConversationResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetConversationResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetConversationResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetConversationResponse |
build(Map<String,?> map) |
GetConversationResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetConversationResponse |
setBody(GetConversationResponseBody body) |
GetConversationResponse |
setHeaders(Map<String,String> headers) |
GetConversationResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetConversationResponseBody body
public static GetConversationResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetConversationResponse setHeaders(Map<String,String> headers)
public GetConversationResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetConversationResponse setBody(GetConversationResponseBody body)
public GetConversationResponseBody getBody()
Copyright © 2025. All rights reserved.