public class DeleteDomainWhiteRulesRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteDomainWhiteRulesRequest()
public DeleteDomainWhiteRulesRequest(DeleteDomainWhiteRulesRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 需要删除的规则域名public Long[] getIds()
public void setIds(Long[] Ids)
Ids
- 需要删除的白名单规则Copyright © 2022. All rights reserved.