public class PartialModule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PartialModule() | 
| PartialModule(PartialModule 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[] | getInclude()Get 模块下的需要例外的具体规则ID列表。 | 
| String | getModule()Get 模块名称,取值为:
managed-rule:托管规则 Id;
managed-group:托管规则组;
waf:待废弃,托管规则。 | 
| void | setInclude(Long[] Include)Set 模块下的需要例外的具体规则ID列表。 | 
| void | setModule(String Module)Set 模块名称,取值为:
managed-rule:托管规则 Id;
managed-group:托管规则组;
waf:待废弃,托管规则。 | 
| 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 PartialModule()
public PartialModule(PartialModule source)
public String getModule()
public void setModule(String Module)
Module - 模块名称,取值为:
public Long[] getInclude()
public void setInclude(Long[] Include)
Include - 模块下的需要例外的具体规则ID列表。Copyright © 2025. All rights reserved.