public class ModifyAlarmReceiversRequest extends AbstractModel
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 of a policy group whose recipient needs to be modified.
|
String |
getModule()
Get Required.
|
ReceiverInfo[] |
getReceiverInfos()
Get New recipient information.
|
void |
setGroupId(Long GroupId)
Set ID of a policy group whose recipient needs to be modified.
|
void |
setModule(String Module)
Set Required.
|
void |
setReceiverInfos(ReceiverInfo[] ReceiverInfos)
Set New recipient information.
|
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 ModifyAlarmReceiversRequest()
public ModifyAlarmReceiversRequest(ModifyAlarmReceiversRequest source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- ID of a policy group whose recipient needs to be modified.public String getModule()
public void setModule(String Module)
Module
- Required. The value is fixed to monitor.public ReceiverInfo[] getReceiverInfos()
public void setReceiverInfos(ReceiverInfo[] ReceiverInfos)
ReceiverInfos
- New recipient information. If this parameter is not configured, all recipients will be deleted.Copyright © 2023. All rights reserved.