Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
AbstractParserTestResultLogEntry |
AbstractParserTestResultLogEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AbstractParserTestResultLogEntry> |
ParserTestResult.getEntries()
The test result log entries.
|
Modifier and Type | Method and Description |
---|---|
AbstractParserTestResultLogEntry.Builder |
AbstractParserTestResultLogEntry.Builder.copy(AbstractParserTestResultLogEntry model) |
Modifier and Type | Method and Description |
---|---|
ParserTestResult.Builder |
ParserTestResult.Builder.entries(List<AbstractParserTestResultLogEntry> entries)
The test result log entries.
|
Constructor and Description |
---|
ParserTestResult(Map<String,String> additionalInfo,
List<AbstractParserTestResultLogEntry> entries,
String exampleContent,
List<AbstractParserTestResultLogLine> lines,
List<String> namedCaptureGroups)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.