Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
StepInfo |
StepInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<StepInfo> |
RegexMatchResult.getRegexStepsInfo()
The regular expression steps information.
|
Modifier and Type | Method and Description |
---|---|
StepInfo.Builder |
StepInfo.Builder.copy(StepInfo model) |
Modifier and Type | Method and Description |
---|---|
RegexMatchResult.Builder |
RegexMatchResult.Builder.regexStepsInfo(List<StepInfo> regexStepsInfo)
The regular expression steps information.
|
Constructor and Description |
---|
RegexMatchResult(Integer matchedLogEntryEndIndex,
Integer regexScore,
List<StepInfo> regexStepsInfo,
Integer stepCount,
Map<String,MatchInfo> subRegexesMatchInfo)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.