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