public class ModifyAlarmNoticeRequest extends AbstractModel
Constructor and Description |
---|
ModifyAlarmNoticeRequest() |
ModifyAlarmNoticeRequest(ModifyAlarmNoticeRequest 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 |
getAlarmNoticeId()
Get Notification group ID
|
String |
getName()
Get Notification group name
|
NoticeReceiver[] |
getNoticeReceivers()
Get Notification recipient
|
String |
getType()
Get Notification type.
|
WebCallback[] |
getWebCallbacks()
Get API callback information (including WeCom)
|
void |
setAlarmNoticeId(String AlarmNoticeId)
Set Notification group ID
|
void |
setName(String Name)
Set Notification group name
|
void |
setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
Set Notification recipient
|
void |
setType(String Type)
Set Notification type.
|
void |
setWebCallbacks(WebCallback[] WebCallbacks)
Set API callback information (including WeCom)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyAlarmNoticeRequest()
public ModifyAlarmNoticeRequest(ModifyAlarmNoticeRequest source)
public String getAlarmNoticeId()
public void setAlarmNoticeId(String AlarmNoticeId)
AlarmNoticeId
- Notification group IDpublic String getName()
public void setName(String Name)
Name
- Notification group namepublic String getType()
public void setType(String Type)
Type
- Notification type. Valid values:
public NoticeReceiver[] getNoticeReceivers()
public void setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
NoticeReceivers
- Notification recipientpublic WebCallback[] getWebCallbacks()
public void setWebCallbacks(WebCallback[] WebCallbacks)
WebCallbacks
- API callback information (including WeCom)Copyright © 2023. All rights reserved.