public static class DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
createTime
The time when the IM chatbot was created.
|
Boolean |
dailyNoc
Indicates whether daily statistics are sent.
|
String |
dailyNocTime
The point in time at which the daily statistics are sent.
|
String |
dingSignKey
The signature key of DingTalk.
|
List<DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobotsDispatchRules> |
dispatchRules
The notification policies.
|
String |
robotAddr
The webhook URL of the IM chatbot.
|
Float |
robotId
The ID of the IM chatbot.
|
String |
robotName
The name of the IM chatbot.
|
String |
type
The type of the IM chatbot.
|
| 构造器和说明 |
|---|
DescribeIMRobotsResponseBodyPageBeanAlertIMRobots() |
@NameInMap(value="CreateTime") public String createTime
The time when the IM chatbot was created.
example:2023-01-16 17:21:48
@NameInMap(value="DailyNoc") public Boolean dailyNoc
Indicates whether daily statistics are sent. Valid values:
false (default): Daily statistics are not sent.true: Daily statistics are sent.true
@NameInMap(value="DailyNocTime") public String dailyNocTime
The point in time at which the daily statistics are sent. The information that ARMS sends at the specified points in time includes the total number of alerts generated on the current day, the number of cleared alerts, and the number of alerts to be cleared.
example:09:30,17:30
@NameInMap(value="DingSignKey") public String dingSignKey
The signature key of DingTalk. If you specify a signature key, DingTalk authentication is performed by using the signature key. If you do not specify a signature key, a whitelist is used for authentication by default. The keyword of the whitelist is Alert.
example:@NameInMap(value="DispatchRules") public List<DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobotsDispatchRules> dispatchRules
The notification policies.
@NameInMap(value="RobotAddr") public String robotAddr
The webhook URL of the IM chatbot.
example:https://oapi.dingtalk.com/robot/send?access_token=e1a049121******
@NameInMap(value="RobotId") public Float robotId
The ID of the IM chatbot.
example:123
@NameInMap(value="RobotName") public String robotName
The name of the IM chatbot.
example:Chatbot name
@NameInMap(value="Type") public String type
The type of the IM chatbot. Valid values:
dingding: DingTalk chatbotwechat: WeCom chatbotdingding
public DescribeIMRobotsResponseBodyPageBeanAlertIMRobots()
public static DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setCreateTime(String createTime)
public String getCreateTime()
public DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setDailyNoc(Boolean dailyNoc)
public Boolean getDailyNoc()
public DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setDailyNocTime(String dailyNocTime)
public String getDailyNocTime()
public DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setDingSignKey(String dingSignKey)
public String getDingSignKey()
public DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setDispatchRules(List<DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobotsDispatchRules> dispatchRules)
public List<DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobotsDispatchRules> getDispatchRules()
public DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setRobotAddr(String robotAddr)
public String getRobotAddr()
public DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setRobotId(Float robotId)
public Float getRobotId()
public DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setRobotName(String robotName)
public String getRobotName()
public DescribeIMRobotsResponseBody.DescribeIMRobotsResponseBodyPageBeanAlertIMRobots setType(String type)
public String getType()
Copyright © 2024. All rights reserved.