public class RuleConfig
extends java.lang.Object
| Constructor and Description |
|---|
RuleConfig(ClientApi api) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
allRuleConfigs()
Show all of the rule configurations
|
ApiResponse |
resetAllRuleConfigValues()
Reset all of the rule configurations
|
ApiResponse |
resetRuleConfigValue(java.lang.String key)
Reset the specified rule configuration, which must already exist
|
ApiResponse |
ruleConfigValue(java.lang.String key)
Show the specified rule configuration
|
ApiResponse |
setRuleConfigValue(java.lang.String key,
java.lang.String value)
Set the specified rule configuration, which must already exist
|
public RuleConfig(ClientApi api)
public ApiResponse ruleConfigValue(java.lang.String key) throws ClientApiException
ClientApiExceptionpublic ApiResponse allRuleConfigs() throws ClientApiException
ClientApiExceptionpublic ApiResponse resetRuleConfigValue(java.lang.String key) throws ClientApiException
ClientApiExceptionpublic ApiResponse resetAllRuleConfigValues() throws ClientApiException
ClientApiExceptionpublic ApiResponse setRuleConfigValue(java.lang.String key, java.lang.String value) throws ClientApiException
ClientApiException