public class DeleteRulesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteRulesRequest() | 
| DeleteRulesRequest(DeleteRulesRequest 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[] | getRuleIds()Get IDs of the rules to be deleted. | 
| String | getZoneId()Get ID of the site | 
| void | setRuleIds(String[] RuleIds)Set IDs of the rules to be deleted. | 
| void | setZoneId(String ZoneId)Set ID of the site | 
| 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, toJsonStringpublic DeleteRulesRequest()
public DeleteRulesRequest(DeleteRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - ID of the sitepublic String[] getRuleIds()
public void setRuleIds(String[] RuleIds)
RuleIds - IDs of the rules to be deleted.Copyright © 2022. All rights reserved.