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 AbstractParserTestResultLogLineAbstractParserTestResultLogLine.Builder. build()AbstractParserTestResultLogLineAbstractParserTestResultLogEntry. getTextMatchInfo()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.List<AbstractParserTestResultLogLine>AbstractParserTestResultLogEntry. getLoglines()Test result log lines.Methods in com.oracle.bmc.loganalytics.model with parameters of type AbstractParserTestResultLogLine Modifier and Type Method Description AbstractParserTestResultLogLine.BuilderAbstractParserTestResultLogLine.Builder. copy(AbstractParserTestResultLogLine model)AbstractParserTestResultLogEntry.BuilderAbstractParserTestResultLogEntry.Builder. textMatchInfo(AbstractParserTestResultLogLine textMatchInfo)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type AbstractParserTestResultLogLine Modifier and Type Method Description ParserTestResult.BuilderParserTestResult.Builder. lines(List<AbstractParserTestResultLogLine> lines)The test result log lines.AbstractParserTestResultLogEntry.BuilderAbstractParserTestResultLogEntry.Builder. loglines(List<AbstractParserTestResultLogLine> loglines)Test result log lines.Constructors in com.oracle.bmc.loganalytics.model with parameters of type AbstractParserTestResultLogLine Constructor Description AbstractParserTestResultLogEntry(Map<String,String> extraInfoAttributes, Map<String,String> fieldMap, Map<String,String> fieldNameValueMap, Map<String,String> fieldPositionValueMap, Map<String,String> fields, String logEntry, String matchStatus, String matchStatusDescription, List<ParserTestResultFieldValue> fieldMapping, List<ParserTestResultFieldValue> metadata, String action, String timestampZone, Integer timestampStartIndex, Integer timestampEndIndex, Long timestampEpochMillisec, AbstractParserTestResultLogLine textMatchInfo, RegexMatchResult matchResult, List<AbstractParserTestResultLogLine> loglines, List<String> functionNames)Deprecated.
-