public static class ParsedField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ParsedField |
build() |
ParsedField.Builder |
copy(ParsedField model) |
ParsedField.Builder |
fieldValues(List<String> fieldValues)
List of field Values.
|
ParsedField.Builder |
logContent(String logContent)
Sample log entries picked up from the given file for validation.
|
public ParsedField.Builder logContent(String logContent)
Sample log entries picked up from the given file for validation.
logContent
- the value to setpublic ParsedField.Builder fieldValues(List<String> fieldValues)
List of field Values.
fieldValues
- the value to setpublic ParsedField build()
public ParsedField.Builder copy(ParsedField model)
Copyright © 2016–2024. All rights reserved.