Uses of Class
com.oracle.bmc.loganalytics.model.NamedCaptureValue
-
Packages that use NamedCaptureValue Package Description com.oracle.bmc.loganalytics.model -
-
Uses of NamedCaptureValue in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return NamedCaptureValue Modifier and Type Method Description NamedCaptureValueNamedCaptureValue.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type NamedCaptureValue Modifier and Type Method Description Map<String,NamedCaptureValue>AbstractParserTestResultLogLine. getGrpNameValueMap()The group name value map.Methods in com.oracle.bmc.loganalytics.model with parameters of type NamedCaptureValue Modifier and Type Method Description NamedCaptureValue.BuilderNamedCaptureValue.Builder. copy(NamedCaptureValue model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type NamedCaptureValue Modifier and Type Method Description AbstractParserTestResultLogLine.BuilderAbstractParserTestResultLogLine.Builder. grpNameValueMap(Map<String,NamedCaptureValue> grpNameValueMap)The group name value map.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type NamedCaptureValue Constructor Description AbstractParserTestResultLogLine(String originalLogLine, String preProcessedLogLine, Integer findStartIndex, Integer findEndIndex, String replaceString, Integer replaceStartIndex, Integer replaceEndIndex, Map<String,NamedCaptureValue> grpNameValueMap)Deprecated.
-