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 RegexMatchResult
RegexMatchResult.Builder. build()
RegexMatchResult
EfdRegexResult. getMatchResult()
Methods in com.oracle.bmc.loganalytics.model with parameters of type RegexMatchResult Modifier and Type Method Description RegexMatchResult.Builder
RegexMatchResult.Builder. copy(RegexMatchResult model)
EfdRegexResult.Builder
EfdRegexResult.Builder. matchResult(RegexMatchResult matchResult)
Constructors in com.oracle.bmc.loganalytics.model with parameters of type RegexMatchResult Constructor Description 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.
-