public class ModifyAlarmReceiversRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAlarmReceiversRequest() |
ModifyAlarmReceiversRequest(ModifyAlarmReceiversRequest 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 |
getGroupId()
Get 需要修改接收人的策略组Id
|
String |
getModule()
Get 必填。固定为“monitor”
|
ReceiverInfo[] |
getReceiverInfos()
Get 新接收人信息, 没有填写则删除所有接收人
|
void |
setGroupId(Long GroupId)
Set 需要修改接收人的策略组Id
|
void |
setModule(String Module)
Set 必填。固定为“monitor”
|
void |
setReceiverInfos(ReceiverInfo[] ReceiverInfos)
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, toJsonString
public ModifyAlarmReceiversRequest()
public ModifyAlarmReceiversRequest(ModifyAlarmReceiversRequest source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 需要修改接收人的策略组Idpublic String getModule()
public void setModule(String Module)
Module
- 必填。固定为“monitor”public ReceiverInfo[] getReceiverInfos()
public void setReceiverInfos(ReceiverInfo[] ReceiverInfos)
ReceiverInfos
- 新接收人信息, 没有填写则删除所有接收人Copyright © 2024. All rights reserved.