public class AlarmWayWebHook extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AlarmWayWebHook() |
AlarmWayWebHook(AlarmWayWebHook 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 |
getAlarmWay()
Get Specifies the Alarm channel value.
|
String[] |
getWebHooks()
Get webhook url list of the Alarm group.
|
void |
setAlarmWay(String AlarmWay)
Set Specifies the Alarm channel value.
|
void |
setWebHooks(String[] WebHooks)
Set webhook url list of the Alarm group.
|
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 AlarmWayWebHook()
public AlarmWayWebHook(AlarmWayWebHook source)
public String getAlarmWay()
public void setAlarmWay(String AlarmWay)
AlarmWay - Specifies the Alarm channel value.
7. wecom group 8. lark group 9. dingtalk group 10. Slack group 11. Teams group.public String[] getWebHooks()
public void setWebHooks(String[] WebHooks)
WebHooks - webhook url list of the Alarm group.Copyright © 2025. All rights reserved.