public class ExceptConfig extends AbstractModel
| Constructor and Description | 
|---|
| ExceptConfig() | 
| ExceptConfig(ExceptConfig 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 | 
|---|---|
| ExceptUserRule[] | getExceptUserRules()Get The settings of the exception rule. | 
| String | getSwitch()Get Whether to enable configuration. | 
| void | setExceptUserRules(ExceptUserRule[] ExceptUserRules)Set The settings of the exception rule. | 
| void | setSwitch(String Switch)Set Whether to enable configuration. | 
| 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 ExceptConfig()
public ExceptConfig(ExceptConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to enable configuration. Values:
public ExceptUserRule[] getExceptUserRules()
public void setExceptUserRules(ExceptUserRule[] ExceptUserRules)
ExceptUserRules - The 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 values can be obtained.Copyright © 2022. All rights reserved.