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 allowlist/blocklist type.
|
Boolean |
getDeleteAll()
Get Whether to delete all IP blocklists/allowlists under the corresponding domain.
|
String |
getDomain()
Get Domain name
|
Long[] |
getRuleIds()
Get Rule ID list, which supports deletion in batches.
|
String |
getSourceType()
Get batch: indicates batch protection IP allowlists/blocklists.
|
void |
setActionType(Long ActionType)
Set IP allowlist/blocklist type.
|
void |
setDeleteAll(Boolean DeleteAll)
Set Whether to delete all IP blocklists/allowlists under the corresponding domain.
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setRuleIds(Long[] RuleIds)
Set Rule ID list, which supports deletion in batches.
|
void |
setSourceType(String SourceType)
Set batch: indicates batch protection IP allowlists/blocklists.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteIpAccessControlV2Request()
public DeleteIpAccessControlV2Request(DeleteIpAccessControlV2Request source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic Long[] getRuleIds()
public void setRuleIds(Long[] RuleIds)
RuleIds
- Rule ID list, which supports deletion in batches.public Boolean getDeleteAll()
public void setDeleteAll(Boolean DeleteAll)
DeleteAll
- Whether to delete all IP blocklists/allowlists under the corresponding domain. True indicates deleting all; false indicates only deleting a specified IP list.public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- batch: indicates batch protection IP allowlists/blocklists.public Long getActionType()
public void setActionType(Long ActionType)
ActionType
- IP allowlist/blocklist type. 40: IP allowlist; 42: IP blocklist.Copyright © 2024. All rights reserved.