public class DeletePolicyGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeletePolicyGroupRequest() |
DeletePolicyGroupRequest(DeletePolicyGroupRequest 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,即1.0的告警策略id,可以从策略详情获取
|
String |
getModule()
Get 固定值,为"monitor"
|
void |
setGroupId(Long[] GroupId)
Set 策略组id,即1.0的告警策略id,可以从策略详情获取
|
void |
setModule(String Module)
Set 固定值,为"monitor"
|
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 DeletePolicyGroupRequest()
public DeletePolicyGroupRequest(DeletePolicyGroupRequest source)
public String getModule()
public void setModule(String Module)
Module
- 固定值,为"monitor"public Long[] getGroupId()
public void setGroupId(Long[] GroupId)
GroupId
- 策略组id,即1.0的告警策略id,可以从策略详情获取Copyright © 2024. All rights reserved.