public class ModifyAlarmReceiversRequest extends AbstractModel
Constructor and Description |
---|
ModifyAlarmReceiversRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.