public class AlarmReceiverInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AlarmReceiverInfo() |
AlarmReceiverInfo(AlarmReceiverInfo 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 |
|---|---|
String |
getAlarmId()
Get Alert ID
|
String |
getAlarmReceiver()
Get Alarm Recipient ID
|
Long |
getEmail()
Get Email,0: Not set,1: Success,2: Failure
|
Long |
getHttp()
Get http,0: Not set,1: Success,2: Failure
|
Long |
getLarkGroup()
Get FeiShu Group,0: Not set,1: Success,2: Failure
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getSms()
Get SMS,0: Not set,1: Success,2: Failure
|
Long |
getVoice()
Get Telephone,0: Not set,1: Success,2: Failure
|
Long |
getWechat()
Get WeChat,0: Not set,1: Success,2: Failure
|
Long |
getWecom()
Get WeCom,0: Not set,1: Success,2: Failure
|
Long |
getWecomGroup()
Get Enterprise WeChat group,0: Not set,1: Success,2: Failure
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAlarmId(String AlarmId)
Set Alert ID
|
void |
setAlarmReceiver(String AlarmReceiver)
Set Alarm Recipient ID
|
void |
setEmail(Long Email)
Set Email,0: Not set,1: Success,2: Failure
|
void |
setHttp(Long Http)
Set http,0: Not set,1: Success,2: Failure
|
void |
setLarkGroup(Long LarkGroup)
Set FeiShu Group,0: Not set,1: Success,2: Failure
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSms(Long Sms)
Set SMS,0: Not set,1: Success,2: Failure
|
void |
setVoice(Long Voice)
Set Telephone,0: Not set,1: Success,2: Failure
|
void |
setWechat(Long Wechat)
Set WeChat,0: Not set,1: Success,2: Failure
|
void |
setWecom(Long Wecom)
Set WeCom,0: Not set,1: Success,2: Failure
|
void |
setWecomGroup(Long WecomGroup)
Set Enterprise WeChat group,0: Not set,1: Success,2: Failure
Note: This field may return null, indicating that no valid value can be obtained.
|
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 AlarmReceiverInfo()
public AlarmReceiverInfo(AlarmReceiverInfo source)
public String getAlarmId()
public void setAlarmId(String AlarmId)
AlarmId - Alert IDpublic String getAlarmReceiver()
public void setAlarmReceiver(String AlarmReceiver)
AlarmReceiver - Alarm Recipient IDpublic Long getEmail()
public void setEmail(Long Email)
Email - Email,0: Not set,1: Success,2: Failurepublic Long getSms()
public void setSms(Long Sms)
Sms - SMS,0: Not set,1: Success,2: Failurepublic Long getWechat()
public void setWechat(Long Wechat)
Wechat - WeChat,0: Not set,1: Success,2: Failurepublic Long getVoice()
public void setVoice(Long Voice)
Voice - Telephone,0: Not set,1: Success,2: Failurepublic Long getWecom()
public void setWecom(Long Wecom)
Wecom - WeCom,0: Not set,1: Success,2: Failurepublic Long getHttp()
public void setHttp(Long Http)
Http - http,0: Not set,1: Success,2: Failurepublic Long getWecomGroup()
public void setWecomGroup(Long WecomGroup)
WecomGroup - Enterprise WeChat group,0: Not set,1: Success,2: Failure
Note: This field may return null, indicating that no valid value can be obtained.public Long getLarkGroup()
public void setLarkGroup(Long LarkGroup)
LarkGroup - FeiShu Group,0: Not set,1: Success,2: Failure
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.