Uses of Class
com.oracle.bmc.loganalytics.model.ParserTestResultFieldValue
-
Packages that use ParserTestResultFieldValue Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ParserTestResultFieldValue in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ParserTestResultFieldValue Modifier and Type Method Description ParserTestResultFieldValueParserTestResultFieldValue.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type ParserTestResultFieldValue Modifier and Type Method Description List<ParserTestResultFieldValue>AbstractParserTestResultLogEntry. getFieldMapping()Additional properties on the field map.List<ParserTestResultFieldValue>AbstractParserTestResultLogEntry. getMetadata()Additional properties on the field map if sub parser with actions defined.Methods in com.oracle.bmc.loganalytics.model with parameters of type ParserTestResultFieldValue Modifier and Type Method Description ParserTestResultFieldValue.BuilderParserTestResultFieldValue.Builder. copy(ParserTestResultFieldValue model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type ParserTestResultFieldValue Modifier and Type Method Description AbstractParserTestResultLogEntry.BuilderAbstractParserTestResultLogEntry.Builder. fieldMapping(List<ParserTestResultFieldValue> fieldMapping)Additional properties on the field map.AbstractParserTestResultLogEntry.BuilderAbstractParserTestResultLogEntry.Builder. metadata(List<ParserTestResultFieldValue> metadata)Additional properties on the field map if sub parser with actions defined.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type ParserTestResultFieldValue Constructor Description AbstractParserTestResultLogEntry(Map<String,String> extraInfoAttributes, Map<String,String> fieldMap, Map<String,String> fieldNameValueMap, Map<String,String> fieldPositionValueMap, Map<String,String> fields, String logEntry, String matchStatus, String matchStatusDescription, List<ParserTestResultFieldValue> fieldMapping, List<ParserTestResultFieldValue> metadata, String action, String timestampZone, Integer timestampStartIndex, Integer timestampEndIndex, Long timestampEpochMillisec, AbstractParserTestResultLogLine textMatchInfo, RegexMatchResult matchResult, List<AbstractParserTestResultLogLine> loglines, List<String> functionNames)Deprecated.
-