Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static Violation.RuleType |
Violation.RuleType.create(String key) |
Violation.RuleType |
Violation.getRuleType()
The rule type.
|
static Violation.RuleType |
Violation.RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Violation.RuleType[] |
Violation.RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Violation.Builder |
Violation.Builder.ruleType(Violation.RuleType ruleType)
The rule type.
|
Constructor and Description |
---|
Violation(List<Indexes> indexes,
String ruleDescription,
String ruleName,
String ruleRemediation,
Violation.RuleType ruleType)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.