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