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 to be activated. 
 | 
PartialModule[] | 
getPartialModules()
Get Module settings of the exception rule. 
 | 
SkipCondition[] | 
getSkipConditions()
Get Condition settings of the exception rule. 
 | 
String | 
getType()
Get Exception mode. 
 | 
void | 
setModules(String[] Modules)
Set The module to be activated. 
 | 
void | 
setPartialModules(PartialModule[] PartialModules)
Set Module settings of the exception rule. 
 | 
void | 
setSkipConditions(SkipCondition[] SkipConditions)
Set Condition settings of the exception rule. 
 | 
void | 
setType(String Type)
Set Exception mode. 
 | 
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 - Exception mode. Values:
public String[] getModules()
public void setModules(String[] Modules)
Modules - The module to be activated. Values:
public PartialModule[] getPartialModules()
public void setPartialModules(PartialModule[] PartialModules)
PartialModules - Module settings of the exception rule. If it is null, the settings that were last configured will be used.
Note: This field may return `null`, indicating that no valid value can be obtained.public SkipCondition[] getSkipConditions()
public void setSkipConditions(SkipCondition[] SkipConditions)
SkipConditions - Condition settings of the exception rule. If it is null, the settings that were last configured will be used.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.