Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static ParsedContent.Builder |
ParsedContent.builder()
Create a new builder.
|
ParsedContent.Builder |
ParsedContent.Builder.copy(ParsedContent model) |
ParsedContent.Builder |
ParsedContent.Builder.fieldDisplayNames(List<String> fieldDisplayNames)
List of field display names.
|
ParsedContent.Builder |
ParsedContent.Builder.fieldNames(List<String> fieldNames)
List of field names.
|
ParsedContent.Builder |
ParsedContent.Builder.logContent(String logContent)
Sample log entries picked up from the given file for validation.
|
ParsedContent.Builder |
ParsedContent.Builder.matchStatus(String matchStatus)
Match Status.
|
ParsedContent.Builder |
ParsedContent.Builder.parsedFieldValues(List<ParsedField> parsedFieldValues)
Parsed field values.
|
ParsedContent.Builder |
ParsedContent.Builder.sampleSize(Integer sampleSize)
Sample Size taken for validation.
|
ParsedContent.Builder |
ParsedContent.toBuilder() |
Copyright © 2016–2024. All rights reserved.