public class NotificationConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
failNotify
仅在失败通知
|
String |
mentionedId
通知用户ID
|
String |
mentionedMobile
通知用户手机
|
String |
moreInfo
更多信息备注
|
String |
proxyHost
代理主机
|
Secret |
proxyPassword
代理密码
|
int |
proxyPort
代理端口
|
String |
proxyUsername
代理用户名
|
String |
topicName
主题名称
|
boolean |
useProxy
使用代理
|
String |
webhookUrl
企业微信WebHook地址
|
| Constructor and Description |
|---|
NotificationConfig() |
public String webhookUrl
public String mentionedId
public String mentionedMobile
public String moreInfo
public String topicName
public boolean useProxy
public String proxyHost
public int proxyPort
public String proxyUsername
public Secret proxyPassword
public boolean failNotify
Copyright © 2016–2023. All rights reserved.