public class DeletePrometheusAlertGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeletePrometheusAlertGroupsRequest() |
DeletePrometheusAlertGroupsRequest(DeletePrometheusAlertGroupsRequest 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[] |
getGroupIds()
Get 需要删除的告警分组ID,形如alert-xxxxx
|
String |
getInstanceId()
Get prometheus实例id
|
void |
setGroupIds(String[] GroupIds)
Set 需要删除的告警分组ID,形如alert-xxxxx
|
void |
setInstanceId(String InstanceId)
Set prometheus实例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 DeletePrometheusAlertGroupsRequest()
public DeletePrometheusAlertGroupsRequest(DeletePrometheusAlertGroupsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- prometheus实例idpublic String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds
- 需要删除的告警分组ID,形如alert-xxxxxCopyright © 2024. All rights reserved.