Package org.zaproxy.clientapi.gen
Class RuleConfig
java.lang.Object
org.zaproxy.clientapi.gen.RuleConfig
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionShow all of the rule configurationsReset all of the rule configurationsReset the specified rule configuration, which must already existruleConfigValue
(String key) Show the specified rule configurationsetRuleConfigValue
(String key, String value) Set the specified rule configuration, which must already exist
-
Constructor Details
-
RuleConfig
-
-
Method Details
-
ruleConfigValue
Show the specified rule configuration- Throws:
ClientApiException
-
allRuleConfigs
Show all of the rule configurations- Throws:
ClientApiException
-
resetRuleConfigValue
Reset the specified rule configuration, which must already exist- Throws:
ClientApiException
-
resetAllRuleConfigValues
Reset all of the rule configurations- Throws:
ClientApiException
-
setRuleConfigValue
Set the specified rule configuration, which must already exist- Throws:
ClientApiException
-