Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
AbstractParserTestResultLogLine |
AbstractParserTestResultLogLine.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AbstractParserTestResultLogLine> |
ParserTestResult.getLines()
The test result log lines.
|
Modifier and Type | Method and Description |
---|---|
AbstractParserTestResultLogLine.Builder |
AbstractParserTestResultLogLine.Builder.copy(AbstractParserTestResultLogLine model) |
Modifier and Type | Method and Description |
---|---|
ParserTestResult.Builder |
ParserTestResult.Builder.lines(List<AbstractParserTestResultLogLine> lines)
The test result log lines.
|
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.