Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
ParsedField |
ParsedField.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ParsedField> |
ParsedContent.getParsedFieldValues()
Parsed field values.
|
Modifier and Type | Method and Description |
---|---|
ParsedField.Builder |
ParsedField.Builder.copy(ParsedField model) |
Modifier and Type | Method and Description |
---|---|
ParsedContent.Builder |
ParsedContent.Builder.parsedFieldValues(List<ParsedField> parsedFieldValues)
Parsed field values.
|
Constructor and Description |
---|
ParsedContent(List<String> fieldNames,
List<String> fieldDisplayNames,
List<ParsedField> parsedFieldValues,
String logContent,
Integer sampleSize,
String matchStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.