public class ModifyBlockIgnoreRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyBlockIgnoreRuleRequest() | 
| ModifyBlockIgnoreRuleRequest(ModifyBlockIgnoreRuleRequest 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 | 
|---|---|
| IntrusionDefenseRule | getRule()Get 规则列表 | 
| Long | getRuleType()Get 规则类型,1封禁,2放通 | 
| void | setRule(IntrusionDefenseRule Rule)Set 规则列表 | 
| void | setRuleType(Long RuleType)Set 规则类型,1封禁,2放通 | 
| 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 ModifyBlockIgnoreRuleRequest()
public ModifyBlockIgnoreRuleRequest(ModifyBlockIgnoreRuleRequest source)
public IntrusionDefenseRule getRule()
public void setRule(IntrusionDefenseRule Rule)
Rule - 规则列表public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType - 规则类型,1封禁,2放通Copyright © 2025. All rights reserved.