public static class ExtractLogHeaderResults.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExtractLogHeaderResults |
build() |
ExtractLogHeaderResults.Builder |
copy(ExtractLogHeaderResults model) |
ExtractLogHeaderResults.Builder |
headerPaths(List<String> headerPaths)
The log header values.
|
ExtractLogHeaderResults.Builder |
jsonPaths(List<ExtractLogHeaderDetails> jsonPaths)
The log header json paths.
|
ExtractLogHeaderResults.Builder |
xmlPaths(List<String> xmlPaths)
The log field or log header values.
|
public ExtractLogHeaderResults.Builder jsonPaths(List<ExtractLogHeaderDetails> jsonPaths)
The log header json paths.
jsonPaths
- the value to setpublic ExtractLogHeaderResults.Builder xmlPaths(List<String> xmlPaths)
The log field or log header values.
xmlPaths
- the value to setpublic ExtractLogHeaderResults.Builder headerPaths(List<String> headerPaths)
The log header values.
headerPaths
- the value to setpublic ExtractLogHeaderResults build()
public ExtractLogHeaderResults.Builder copy(ExtractLogHeaderResults model)
Copyright © 2016–2024. All rights reserved.