public class BatchSendOTORequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
msgKey
This parameter is required.
|
String |
msgParam
This parameter is required.
|
String |
robotCode
This parameter is required.
|
List<String> |
userIds
This parameter is required.
|
| 构造器和说明 |
|---|
BatchSendOTORequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchSendOTORequest |
build(Map<String,?> map) |
String |
getMsgKey() |
String |
getMsgParam() |
String |
getRobotCode() |
List<String> |
getUserIds() |
BatchSendOTORequest |
setMsgKey(String msgKey) |
BatchSendOTORequest |
setMsgParam(String msgParam) |
BatchSendOTORequest |
setRobotCode(String robotCode) |
BatchSendOTORequest |
setUserIds(List<String> userIds) |
@NameInMap(value="msgKey") public String msgKey
This parameter is required.
example:sampleMarkdown
@NameInMap(value="msgParam") public String msgParam
This parameter is required.
example:{"text": "hello dafu","title": "hello title"}
@NameInMap(value="robotCode") public String robotCode
This parameter is required.
example:dingxxxxxx
public static BatchSendOTORequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchSendOTORequest setMsgKey(String msgKey)
public String getMsgKey()
public BatchSendOTORequest setMsgParam(String msgParam)
public String getMsgParam()
public BatchSendOTORequest setRobotCode(String robotCode)
public String getRobotCode()
public BatchSendOTORequest setUserIds(List<String> userIds)
Copyright © 2025. All rights reserved.