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