public class SendMsgRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
content
example:
text
|
String |
deviceCode
example:
xxxx
|
String |
deviceUuid |
String |
openConversationId
example:
cidxxxxxxx==
|
List<String> |
userList |
构造器和说明 |
---|
SendMsgRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SendMsgRequest |
build(Map<String,?> map) |
String |
getContent() |
String |
getDeviceCode() |
String |
getDeviceUuid() |
String |
getOpenConversationId() |
List<String> |
getUserList() |
SendMsgRequest |
setContent(String content) |
SendMsgRequest |
setDeviceCode(String deviceCode) |
SendMsgRequest |
setDeviceUuid(String deviceUuid) |
SendMsgRequest |
setOpenConversationId(String openConversationId) |
SendMsgRequest |
setUserList(List<String> userList) |
@NameInMap(value="content") public String content
text
@NameInMap(value="deviceCode") public String deviceCode
xxxx
@NameInMap(value="deviceUuid") public String deviceUuid
@NameInMap(value="openConversationId") public String openConversationId
cidxxxxxxx==
public static SendMsgRequest build(Map<String,?> map) throws Exception
Exception
public SendMsgRequest setContent(String content)
public String getContent()
public SendMsgRequest setDeviceCode(String deviceCode)
public String getDeviceCode()
public SendMsgRequest setDeviceUuid(String deviceUuid)
public String getDeviceUuid()
public SendMsgRequest setOpenConversationId(String openConversationId)
public String getOpenConversationId()
public SendMsgRequest setUserList(List<String> userList)
Copyright © 2024. All rights reserved.