Uses of Class
com.oracle.bmc.loganalytics.model.MatchInfo
-
Packages that use MatchInfo Package Description com.oracle.bmc.loganalytics.model -
-
Uses of MatchInfo in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return MatchInfo Modifier and Type Method Description MatchInfo
MatchInfo.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type MatchInfo Modifier and Type Method Description Map<String,MatchInfo>
RegexMatchResult. getSubRegexesMatchInfo()
The regular expression match information.Methods in com.oracle.bmc.loganalytics.model with parameters of type MatchInfo Modifier and Type Method Description MatchInfo.Builder
MatchInfo.Builder. copy(MatchInfo model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type MatchInfo Modifier and Type Method Description RegexMatchResult.Builder
RegexMatchResult.Builder. subRegexesMatchInfo(Map<String,MatchInfo> subRegexesMatchInfo)
The regular expression match information.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type MatchInfo Constructor Description RegexMatchResult(Integer matchedLogEntryEndIndex, Integer regexScore, List<StepInfo> regexStepsInfo, Integer stepCount, Map<String,MatchInfo> subRegexesMatchInfo)
Deprecated.
-