Uses of Class
com.oracle.bmc.loganalytics.model.AbstractParserTestResultLogEntry
-
Packages that use AbstractParserTestResultLogEntry Package Description com.oracle.bmc.loganalytics.model -
-
Uses of AbstractParserTestResultLogEntry in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return AbstractParserTestResultLogEntry Modifier and Type Method Description AbstractParserTestResultLogEntry
AbstractParserTestResultLogEntry.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type AbstractParserTestResultLogEntry Modifier and Type Method Description List<AbstractParserTestResultLogEntry>
ParserTestResult. getEntries()
The test result log entries.Methods in com.oracle.bmc.loganalytics.model with parameters of type AbstractParserTestResultLogEntry Modifier and Type Method Description AbstractParserTestResultLogEntry.Builder
AbstractParserTestResultLogEntry.Builder. copy(AbstractParserTestResultLogEntry model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type AbstractParserTestResultLogEntry Modifier and Type Method Description ParserTestResult.Builder
ParserTestResult.Builder. entries(List<AbstractParserTestResultLogEntry> entries)
The test result log entries.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type AbstractParserTestResultLogEntry Constructor Description ParserTestResult(Map<String,String> additionalInfo, List<AbstractParserTestResultLogEntry> entries, String exampleContent, List<AbstractParserTestResultLogLine> lines, List<String> namedCaptureGroups)
Deprecated.
-