Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
Violation |
Violation.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Violation> |
EfdRegexResult.getViolations()
The list of violations (if any).
|
Modifier and Type | Method and Description |
---|---|
Violation.Builder |
Violation.Builder.copy(Violation model) |
Modifier and Type | Method and Description |
---|---|
EfdRegexResult.Builder |
EfdRegexResult.Builder.violations(List<Violation> violations)
The list of violations (if any).
|
Constructor and Description |
---|
EfdRegexResult(String baseFieldName,
Long id,
RegexMatchResult matchResult,
Integer parsedFieldCount,
Map<String,String> parsedFields,
String regex,
String status,
String statusDescription,
Boolean isValidRegexSyntax,
List<Violation> violations)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.