Uses of Class
com.oracle.bmc.loganalytics.model.RegexMatchResult
-
Packages that use RegexMatchResult Package Description com.oracle.bmc.loganalytics.model -
-
Uses of RegexMatchResult in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RegexMatchResult Modifier and Type Method Description RegexMatchResultRegexMatchResult.Builder. build()RegexMatchResultAbstractParserTestResultLogEntry. getMatchResult()RegexMatchResultEfdRegexResult. getMatchResult()Methods in com.oracle.bmc.loganalytics.model with parameters of type RegexMatchResult Modifier and Type Method Description RegexMatchResult.BuilderRegexMatchResult.Builder. copy(RegexMatchResult model)AbstractParserTestResultLogEntry.BuilderAbstractParserTestResultLogEntry.Builder. matchResult(RegexMatchResult matchResult)EfdRegexResult.BuilderEfdRegexResult.Builder. matchResult(RegexMatchResult matchResult)Constructors in com.oracle.bmc.loganalytics.model with parameters of type RegexMatchResult 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.EfdRegexResult(String baseFieldName, Long id, RegexMatchResult matchResult, Integer parsedFieldCount, Map<String,String> parsedFields, String regex, String status, String statusDescription, Boolean isValidRegexSyntax, List<Violation> violations)Deprecated.
-