public class ExceptUserRuleScope extends AbstractModel
| Constructor and Description | 
|---|
| ExceptUserRuleScope() | 
| ExceptUserRuleScope(ExceptUserRuleScope 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 | 
|---|---|
| String[] | getModules()Get The module that applies. | 
| PartialModule[] | getPartialModules()Get | 
| SkipCondition[] | getSkipConditions()Get | 
| String | getType()Get | 
| void | setModules(String[] Modules)Set The module that applies. | 
| void | setPartialModules(PartialModule[] PartialModules)Set | 
| void | setSkipConditions(SkipCondition[] SkipConditions)Set | 
| void | setType(String Type)Set | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ExceptUserRuleScope()
public ExceptUserRuleScope(ExceptUserRuleScope source)
public String getType()
public void setType(String Type)
Type - public String[] getModules()
public void setModules(String[] Modules)
Modules - The module that applies. Only WAF managed rules are supported currently.
Note: This field may return null, indicating that no valid values can be obtained.public PartialModule[] getPartialModules()
public void setPartialModules(PartialModule[] PartialModules)
PartialModules - public SkipCondition[] getSkipConditions()
public void setSkipConditions(SkipCondition[] SkipConditions)
SkipConditions - Copyright © 2022. All rights reserved.