public class DeleteAlarmShieldsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteAlarmShieldsRequest() | 
| DeleteAlarmShieldsRequest(DeleteAlarmShieldsRequest 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[] | getShields()Get 屏蔽策略Id列表 | 
| void | setModule(String Module)Set 模块名,这里填“monitor” | 
| void | setShields(String[] Shields)Set 屏蔽策略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, toJsonStringpublic DeleteAlarmShieldsRequest()
public DeleteAlarmShieldsRequest(DeleteAlarmShieldsRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名,这里填“monitor”public String[] getShields()
public void setShields(String[] Shields)
Shields - 屏蔽策略Id列表Copyright © 2025. All rights reserved.