Package org.zaproxy.clientapi.gen
Class RuleConfig
- java.lang.Object
-
- org.zaproxy.clientapi.gen.RuleConfig
-
public class RuleConfig extends java.lang.ObjectThis file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description RuleConfig(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponseallRuleConfigs()Show all of the rule configurationsApiResponseresetAllRuleConfigValues()Reset all of the rule configurationsApiResponseresetRuleConfigValue(java.lang.String key)Reset the specified rule configuration, which must already existApiResponseruleConfigValue(java.lang.String key)Show the specified rule configurationApiResponsesetRuleConfigValue(java.lang.String key, java.lang.String value)Set the specified rule configuration, which must already exist
-
-
-
Constructor Detail
-
RuleConfig
public RuleConfig(ClientApi api)
-
-
Method Detail
-
ruleConfigValue
public ApiResponse ruleConfigValue(java.lang.String key) throws ClientApiException
Show the specified rule configuration- Throws:
ClientApiException
-
allRuleConfigs
public ApiResponse allRuleConfigs() throws ClientApiException
Show all of the rule configurations- Throws:
ClientApiException
-
resetRuleConfigValue
public ApiResponse resetRuleConfigValue(java.lang.String key) throws ClientApiException
Reset the specified rule configuration, which must already exist- Throws:
ClientApiException
-
resetAllRuleConfigValues
public ApiResponse resetAllRuleConfigValues() throws ClientApiException
Reset all of the rule configurations- Throws:
ClientApiException
-
setRuleConfigValue
public ApiResponse setRuleConfigValue(java.lang.String key, java.lang.String value) throws ClientApiException
Set the specified rule configuration, which must already exist- Throws:
ClientApiException
-
-