Uses of Enum Class
com.influxdb.client.domain.RuleStatusLevel
-
Uses of RuleStatusLevel in com.influxdb.client
Modifier and TypeMethodDescriptionNotificationRulesApi.createHTTPRule
(String name, String every, RuleStatusLevel status, List<TagRule> tagRules, HTTPNotificationEndpoint endpoint, String orgID) Add a HTTP notification rule.NotificationRulesApi.createPagerDutyRule
(String name, String every, String messageTemplate, RuleStatusLevel status, List<TagRule> tagRules, PagerDutyNotificationEndpoint endpoint, String orgID) Add a PagerDuty notification rule.NotificationRulesApi.createSlackRule
(String name, String every, String messageTemplate, RuleStatusLevel status, SlackNotificationEndpoint endpoint, String orgID) Add a Slack notification rule.NotificationRulesApi.createSlackRule
(String name, String every, String messageTemplate, RuleStatusLevel status, List<TagRule> tagRules, SlackNotificationEndpoint endpoint, String orgID) Add a Slack notification rule. -
Uses of RuleStatusLevel in com.influxdb.client.domain
Modifier and TypeMethodDescriptionstatic RuleStatusLevel
StatusRule.getCurrentLevel()
Get currentLevelStatusRule.getPreviousLevel()
Get previousLevelRuleStatusLevel.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static RuleStatusLevel
Returns the enum constant of this class with the specified name.static RuleStatusLevel[]
RuleStatusLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionStatusRule.currentLevel
(RuleStatusLevel currentLevel) StatusRule.previousLevel
(RuleStatusLevel previousLevel) void
StatusRule.setCurrentLevel
(RuleStatusLevel currentLevel) void
StatusRule.setPreviousLevel
(RuleStatusLevel previousLevel) void
RuleStatusLevel.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, RuleStatusLevel enumeration)