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).
|
List<Violation> |
EndpointResult.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).
|
EndpointResult.Builder |
EndpointResult.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.
|
EndpointResult(String endpointName,
String url,
String status,
List<Violation> violations,
List<String> logEndpoints)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.