public class RobotSendDingRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content |
List<String> |
receiverUserIdList |
Integer |
remindType |
String |
robotCode |
| 构造器和说明 |
|---|
RobotSendDingRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RobotSendDingRequest |
build(Map<String,?> map) |
String |
getContent() |
List<String> |
getReceiverUserIdList() |
Integer |
getRemindType() |
String |
getRobotCode() |
RobotSendDingRequest |
setContent(String content) |
RobotSendDingRequest |
setReceiverUserIdList(List<String> receiverUserIdList) |
RobotSendDingRequest |
setRemindType(Integer remindType) |
RobotSendDingRequest |
setRobotCode(String robotCode) |
@NameInMap(value="content") public String content
@NameInMap(value="remindType") public Integer remindType
@NameInMap(value="robotCode") public String robotCode
public static RobotSendDingRequest build(Map<String,?> map) throws Exception
Exceptionpublic RobotSendDingRequest setContent(String content)
public String getContent()
public RobotSendDingRequest setReceiverUserIdList(List<String> receiverUserIdList)
public RobotSendDingRequest setRemindType(Integer remindType)
public Integer getRemindType()
public RobotSendDingRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2024. All rights reserved.