public class DeleteDomainWhiteRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteDomainWhiteRulesRequest() | 
| DeleteDomainWhiteRulesRequest(DeleteDomainWhiteRulesRequest 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 | getDomain()Get 需要删除的规则域名 | 
| Long[] | getIds()Get 需要删除的白名单规则 | 
| void | setDomain(String Domain)Set 需要删除的规则域名 | 
| void | setIds(Long[] Ids)Set 需要删除的白名单规则 | 
| 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 DeleteDomainWhiteRulesRequest()
public DeleteDomainWhiteRulesRequest(DeleteDomainWhiteRulesRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - 需要删除的规则域名public Long[] getIds()
public void setIds(Long[] Ids)
Ids - 需要删除的白名单规则Copyright © 2025. All rights reserved.