public class DeleteAlarmPolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteAlarmPolicyRequest() |
DeleteAlarmPolicyRequest(DeleteAlarmPolicyRequest 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 |
getModule()
Get 模块名,固定值 monitor
|
String[] |
getPolicyIds()
Get 告警策略 ID 列表
|
String[] |
getPromInsIds()
Get prom的实例id
|
void |
setModule(String Module)
Set 模块名,固定值 monitor
|
void |
setPolicyIds(String[] PolicyIds)
Set 告警策略 ID 列表
|
void |
setPromInsIds(String[] PromInsIds)
Set prom的实例id
|
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 DeleteAlarmPolicyRequest()
public DeleteAlarmPolicyRequest(DeleteAlarmPolicyRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,固定值 monitorpublic String[] getPolicyIds()
public void setPolicyIds(String[] PolicyIds)
PolicyIds
- 告警策略 ID 列表public String[] getPromInsIds()
public void setPromInsIds(String[] PromInsIds)
PromInsIds
- prom的实例idCopyright © 2024. All rights reserved.