Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
MatchInfo |
MatchInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,MatchInfo> |
RegexMatchResult.getSubRegexesMatchInfo()
The regular expression match information.
|
Modifier and Type | Method and Description |
---|---|
MatchInfo.Builder |
MatchInfo.Builder.copy(MatchInfo model) |
Modifier and Type | Method and Description |
---|---|
RegexMatchResult.Builder |
RegexMatchResult.Builder.subRegexesMatchInfo(Map<String,MatchInfo> subRegexesMatchInfo)
The regular expression match 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.