public class ExceptUserRuleScope extends AbstractModel
header, skipSign
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 Effective module.
|
PartialModule[] |
getPartialModules()
Get Skip exception rule details for some rule ids.
|
SkipCondition[] |
getSkipConditions()
Get Details of the exception rule for skipping specific fields.
|
String |
getType()
Get Exception mode.
|
void |
setModules(String[] Modules)
Set Effective module.
|
void |
setPartialModules(PartialModule[] PartialModules)
Set Skip exception rule details for some rule ids.
|
void |
setSkipConditions(SkipCondition[] SkipConditions)
Set Details of the exception rule for skipping specific fields.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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
- Effective module. the field value can be:.
public PartialModule[] getPartialModules()
public void setPartialModules(PartialModule[] PartialModules)
PartialModules
- Skip exception rule details for some rule ids. if null, use the last set configuration by default.public SkipCondition[] getSkipConditions()
public void setSkipConditions(SkipCondition[] SkipConditions)
SkipConditions
- Details of the exception rule for skipping specific fields. if null, use the last set configuration by default.Copyright © 2025. All rights reserved.