public class DeleteBlockIgnoreRuleNewRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteBlockIgnoreRuleNewRequest() |
DeleteBlockIgnoreRuleNewRequest(DeleteBlockIgnoreRuleNewRequest 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 |
getDeleteAll()
Get 是否删除全部
|
BanAndAllowRuleDel[] |
getRules()
Get 规则列表
|
Long |
getRuleType()
Get 封禁:1,放通:100,
主要用于全部删除时区分列表类型
|
String |
getShowType()
Get blocklist 封禁列表 whitelist 白名单列表
|
void |
setDeleteAll(Long DeleteAll)
Set 是否删除全部
|
void |
setRules(BanAndAllowRuleDel[] Rules)
Set 规则列表
|
void |
setRuleType(Long RuleType)
Set 封禁:1,放通:100,
主要用于全部删除时区分列表类型
|
void |
setShowType(String ShowType)
Set blocklist 封禁列表 whitelist 白名单列表
|
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 DeleteBlockIgnoreRuleNewRequest()
public DeleteBlockIgnoreRuleNewRequest(DeleteBlockIgnoreRuleNewRequest source)
public Long getDeleteAll()
public void setDeleteAll(Long DeleteAll)
DeleteAll
- 是否删除全部public BanAndAllowRuleDel[] getRules()
public void setRules(BanAndAllowRuleDel[] Rules)
Rules
- 规则列表public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType
- 封禁:1,放通:100,
主要用于全部删除时区分列表类型public String getShowType()
public void setShowType(String ShowType)
ShowType
- blocklist 封禁列表 whitelist 白名单列表Copyright © 2024. All rights reserved.