Uses of Class
com.oracle.bmc.loganalytics.model.AbstractParserTestResultLogLine
-
Packages that use AbstractParserTestResultLogLine Package Description com.oracle.bmc.loganalytics.model -
-
Uses of AbstractParserTestResultLogLine in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return AbstractParserTestResultLogLine Modifier and Type Method Description AbstractParserTestResultLogLine
AbstractParserTestResultLogLine.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type AbstractParserTestResultLogLine Modifier and Type Method Description List<AbstractParserTestResultLogLine>
ParserTestResult. getLines()
The test result log lines.Methods in com.oracle.bmc.loganalytics.model with parameters of type AbstractParserTestResultLogLine Modifier and Type Method Description AbstractParserTestResultLogLine.Builder
AbstractParserTestResultLogLine.Builder. copy(AbstractParserTestResultLogLine model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type AbstractParserTestResultLogLine Modifier and Type Method Description ParserTestResult.Builder
ParserTestResult.Builder. lines(List<AbstractParserTestResultLogLine> lines)
The test result log lines.
-