public static class VerifyOutput.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VerifyOutput |
build() |
VerifyOutput.Builder |
columns(List<ResultColumn> columns)
Acceleration result columns, included if requested (shouldIncludeResults).
|
VerifyOutput.Builder |
copy(VerifyOutput model) |
VerifyOutput.Builder |
responseTimeInMs(Long responseTimeInMs)
Response time in ms.
|
VerifyOutput.Builder |
results(List<Map<String,Object>> results)
Acceleration result values, included if requested (shouldIncludeResults).
|
VerifyOutput.Builder |
scheduledTaskId(String scheduledTaskId)
Acceleration task identifier.
|
VerifyOutput.Builder |
totalCount(Integer totalCount)
Total count.
|
VerifyOutput.Builder |
totalMatchedCount(Long totalMatchedCount)
Total match count.
|
public VerifyOutput.Builder scheduledTaskId(String scheduledTaskId)
Acceleration task identifier.
scheduledTaskId
- the value to setpublic VerifyOutput.Builder responseTimeInMs(Long responseTimeInMs)
Response time in ms.
responseTimeInMs
- the value to setpublic VerifyOutput.Builder totalMatchedCount(Long totalMatchedCount)
Total match count.
totalMatchedCount
- the value to setpublic VerifyOutput.Builder totalCount(Integer totalCount)
Total count.
totalCount
- the value to setpublic VerifyOutput.Builder columns(List<ResultColumn> columns)
Acceleration result columns, included if requested (shouldIncludeResults).
columns
- the value to setpublic VerifyOutput.Builder results(List<Map<String,Object>> results)
Acceleration result values, included if requested (shouldIncludeResults).
results
- the value to setpublic VerifyOutput build()
public VerifyOutput.Builder copy(VerifyOutput model)
Copyright © 2016–2024. All rights reserved.