public class AlarmProfileList extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AlarmProfileList() | 
| AlarmProfileList(AlarmProfileList 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 | getIsWebHook()Get 0-不是 1-是 | 
| String | getLang()Get 语言 | 
| Long | getReceiveGroupCount()Get 接收组数量 | 
| ReceiveInfo[] | getReceiveInfo()Get 接收用户信息 | 
| Long[] | getReceiveType()Get 接收类型 | 
| Long | getReceiveUinCount()Get 接收告警用户数量 | 
| String | getRemark()Get 备注 | 
| Long[] | getSendChannel()Get 发送渠道 | 
| Long | getTemplateId()Get 模板id | 
| String | getTemplateName()Get 模板名 | 
| String | getTemplateType()Get 模板类型 | 
| String | getUpdateTime()Get 更新时间,格式: "yyyy-MM-dd HH:mm:ss" | 
| Long | getUpdateUin()Get 更新用户的uin | 
| Long | getWebHookCount()Get webhook数量 | 
| void | setIsWebHook(Long IsWebHook)Set 0-不是 1-是 | 
| void | setLang(String Lang)Set 语言 | 
| void | setReceiveGroupCount(Long ReceiveGroupCount)Set 接收组数量 | 
| void | setReceiveInfo(ReceiveInfo[] ReceiveInfo)Set 接收用户信息 | 
| void | setReceiveType(Long[] ReceiveType)Set 接收类型 | 
| void | setReceiveUinCount(Long ReceiveUinCount)Set 接收告警用户数量 | 
| void | setRemark(String Remark)Set 备注 | 
| void | setSendChannel(Long[] SendChannel)Set 发送渠道 | 
| void | setTemplateId(Long TemplateId)Set 模板id | 
| void | setTemplateName(String TemplateName)Set 模板名 | 
| void | setTemplateType(String TemplateType)Set 模板类型 | 
| void | setUpdateTime(String UpdateTime)Set 更新时间,格式: "yyyy-MM-dd HH:mm:ss" | 
| void | setUpdateUin(Long UpdateUin)Set 更新用户的uin | 
| void | setWebHookCount(Long WebHookCount)Set webhook数量 | 
| 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 AlarmProfileList()
public AlarmProfileList(AlarmProfileList source)
public Long getIsWebHook()
public void setIsWebHook(Long IsWebHook)
IsWebHook - 0-不是 1-是public Long getReceiveUinCount()
public void setReceiveUinCount(Long ReceiveUinCount)
ReceiveUinCount - 接收告警用户数量public String getLang()
public void setLang(String Lang)
Lang - 语言public String getTemplateType()
public void setTemplateType(String TemplateType)
TemplateType - 模板类型public String getRemark()
public void setRemark(String Remark)
Remark - 备注public Long getReceiveGroupCount()
public void setReceiveGroupCount(Long ReceiveGroupCount)
ReceiveGroupCount - 接收组数量public Long getUpdateUin()
public void setUpdateUin(Long UpdateUin)
UpdateUin - 更新用户的uinpublic Long[] getReceiveType()
public void setReceiveType(Long[] ReceiveType)
ReceiveType - 接收类型public ReceiveInfo[] getReceiveInfo()
public void setReceiveInfo(ReceiveInfo[] ReceiveInfo)
ReceiveInfo - 接收用户信息public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间,格式: "yyyy-MM-dd HH:mm:ss"public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName - 模板名public Long[] getSendChannel()
public void setSendChannel(Long[] SendChannel)
SendChannel - 发送渠道public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId - 模板idpublic Long getWebHookCount()
public void setWebHookCount(Long WebHookCount)
WebHookCount - webhook数量Copyright © 2025. All rights reserved.