public class DeleteIpAccessControlV2Request extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteIpAccessControlV2Request() |
DeleteIpAccessControlV2Request(DeleteIpAccessControlV2Request 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 |
getActionType()
Get IP黑白名单类型,40为IP白名单,42为IP黑名单
|
Boolean |
getDeleteAll()
Get 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
|
String |
getDomain()
Get 域名
|
Long[] |
getRuleIds()
Get 规则ID列表,支持批量删除
|
String |
getSourceType()
Get batch表示为批量防护的IP黑白名单
|
void |
setActionType(Long ActionType)
Set IP黑白名单类型,40为IP白名单,42为IP黑名单
|
void |
setDeleteAll(Boolean DeleteAll)
Set 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
|
void |
setDomain(String Domain)
Set 域名
|
void |
setRuleIds(Long[] RuleIds)
Set 规则ID列表,支持批量删除
|
void |
setSourceType(String SourceType)
Set batch表示为批量防护的IP黑白名单
|
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 DeleteIpAccessControlV2Request()
public DeleteIpAccessControlV2Request(DeleteIpAccessControlV2Request source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public Long[] getRuleIds()
public void setRuleIds(Long[] RuleIds)
RuleIds
- 规则ID列表,支持批量删除public Boolean getDeleteAll()
public void setDeleteAll(Boolean DeleteAll)
DeleteAll
- 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- batch表示为批量防护的IP黑白名单public Long getActionType()
public void setActionType(Long ActionType)
ActionType
- IP黑白名单类型,40为IP白名单,42为IP黑名单Copyright © 2024. All rights reserved.