public class CreateBlockIgnoreRuleNewRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateBlockIgnoreRuleNewRequest() | 
| CreateBlockIgnoreRuleNewRequest(CreateBlockIgnoreRuleNewRequest 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 | getCoverDuplicate()Get 删除白名单冲突地址并继续添加/删除封禁列表冲突地址并继续添加;表示是否覆盖重复数据,1为覆盖,非1不覆盖,跳过重复数据 | 
| BanAndAllowRule[] | getRules()Get 非自定义类型规则列表 | 
| Long | getRuleType()Get RuleType: 1黑名单 2外部IP 3域名 4情报 5资产 6自定义规则  7入侵防御规则 | 
| void | setCoverDuplicate(Long CoverDuplicate)Set 删除白名单冲突地址并继续添加/删除封禁列表冲突地址并继续添加;表示是否覆盖重复数据,1为覆盖,非1不覆盖,跳过重复数据 | 
| void | setRules(BanAndAllowRule[] Rules)Set 非自定义类型规则列表 | 
| void | setRuleType(Long RuleType)Set RuleType: 1黑名单 2外部IP 3域名 4情报 5资产 6自定义规则  7入侵防御规则 | 
| 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 CreateBlockIgnoreRuleNewRequest()
public CreateBlockIgnoreRuleNewRequest(CreateBlockIgnoreRuleNewRequest source)
public BanAndAllowRule[] getRules()
public void setRules(BanAndAllowRule[] Rules)
Rules - 非自定义类型规则列表public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType - RuleType: 1黑名单 2外部IP 3域名 4情报 5资产 6自定义规则  7入侵防御规则public Long getCoverDuplicate()
public void setCoverDuplicate(Long CoverDuplicate)
CoverDuplicate - 删除白名单冲突地址并继续添加/删除封禁列表冲突地址并继续添加;表示是否覆盖重复数据,1为覆盖,非1不覆盖,跳过重复数据Copyright © 2025. All rights reserved.