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
ClientApiException
public ApiResponse allRuleConfigs() throws ClientApiException
ClientApiException
public ApiResponse resetRuleConfigValue(java.lang.String key) throws ClientApiException
ClientApiException
public ApiResponse resetAllRuleConfigValues() throws ClientApiException
ClientApiException
public ApiResponse setRuleConfigValue(java.lang.String key, java.lang.String value) throws ClientApiException
ClientApiException