public class WebCallbackInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| WebCallbackInfo() | 
| WebCallbackInfo(WebCallbackInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCreateTime()Get 创建时间。秒(s)级时间戳 | 
| String | getKey()Get 秘钥信息。 | 
| String | getMethod()Get 请求方式。 | 
| String | getName()Get 告警渠道回调配置名称。 | 
| Long | getSubUin()Get 子账号。 | 
| String | getType()Get 渠道类型
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调; | 
| Long | getUin()Get 主账号。 | 
| Long | getUpdateTime()Get 更新时间。秒(s)级时间戳 | 
| String | getWebCallbackId()Get 告警渠道回调配置id。 | 
| String | getWebhook()Get 回调地址。 | 
| void | setCreateTime(Long CreateTime)Set 创建时间。秒(s)级时间戳 | 
| void | setKey(String Key)Set 秘钥信息。 | 
| void | setMethod(String Method)Set 请求方式。 | 
| void | setName(String Name)Set 告警渠道回调配置名称。 | 
| void | setSubUin(Long SubUin)Set 子账号。 | 
| void | setType(String Type)Set 渠道类型
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调; | 
| void | setUin(Long Uin)Set 主账号。 | 
| void | setUpdateTime(Long UpdateTime)Set 更新时间。秒(s)级时间戳 | 
| void | setWebCallbackId(String WebCallbackId)Set 告警渠道回调配置id。 | 
| void | setWebhook(String Webhook)Set 回调地址。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic WebCallbackInfo()
public WebCallbackInfo(WebCallbackInfo source)
public String getWebCallbackId()
public void setWebCallbackId(String WebCallbackId)
WebCallbackId - 告警渠道回调配置id。public String getName()
public void setName(String Name)
Name - 告警渠道回调配置名称。public String getType()
public void setType(String Type)
Type - 渠道类型
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;public String getWebhook()
public void setWebhook(String Webhook)
Webhook - 回调地址。public String getMethod()
public void setMethod(String Method)
Method - 请求方式。public String getKey()
public void setKey(String Key)
Key - 秘钥信息。public Long getUin()
public void setUin(Long Uin)
Uin - 主账号。public Long getSubUin()
public void setSubUin(Long SubUin)
SubUin - 子账号。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间。秒(s)级时间戳public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime - 更新时间。秒(s)级时间戳Copyright © 2025. All rights reserved.