public static class ParsedContent.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ParsedContent |
build() |
ParsedContent.Builder |
copy(ParsedContent model) |
ParsedContent.Builder |
fieldDisplayNames(List<String> fieldDisplayNames)
List of field display names.
|
ParsedContent.Builder |
fieldNames(List<String> fieldNames)
List of field names.
|
ParsedContent.Builder |
logContent(String logContent)
Sample log entries picked up from the given file for validation.
|
ParsedContent.Builder |
matchStatus(String matchStatus)
Match Status.
|
ParsedContent.Builder |
parsedFieldValues(List<ParsedField> parsedFieldValues)
Parsed field values.
|
ParsedContent.Builder |
sampleSize(Integer sampleSize)
Sample Size taken for validation.
|
public ParsedContent.Builder fieldNames(List<String> fieldNames)
List of field names.
fieldNames
- the value to setpublic ParsedContent.Builder fieldDisplayNames(List<String> fieldDisplayNames)
List of field display names.
fieldDisplayNames
- the value to setpublic ParsedContent.Builder parsedFieldValues(List<ParsedField> parsedFieldValues)
Parsed field values.
parsedFieldValues
- the value to setpublic ParsedContent.Builder logContent(String logContent)
Sample log entries picked up from the given file for validation.
logContent
- the value to setpublic ParsedContent.Builder sampleSize(Integer sampleSize)
Sample Size taken for validation.
sampleSize
- the value to setpublic ParsedContent.Builder matchStatus(String matchStatus)
Match Status.
matchStatus
- the value to setpublic ParsedContent build()
public ParsedContent.Builder copy(ParsedContent model)
Copyright © 2016–2024. All rights reserved.