public class BatchSendOTORequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="msgParam") public String msgParam
@NameInMap(value="robotCode") public String robotCode
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 © 2022. All rights reserved.