public static class VerifyOutput.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VerifyOutput |
build() |
VerifyOutput.Builder |
columns(List<ResultColumn> columns) |
VerifyOutput.Builder |
copy(VerifyOutput o) |
VerifyOutput.Builder |
responseTimeInMs(Long responseTimeInMs) |
VerifyOutput.Builder |
results(List<Map<String,Object>> results) |
VerifyOutput.Builder |
scheduledTaskId(String scheduledTaskId) |
String |
toString() |
VerifyOutput.Builder |
totalCount(Integer totalCount) |
VerifyOutput.Builder |
totalMatchedCount(Long totalMatchedCount) |
public VerifyOutput.Builder scheduledTaskId(String scheduledTaskId)
public VerifyOutput.Builder responseTimeInMs(Long responseTimeInMs)
public VerifyOutput.Builder totalMatchedCount(Long totalMatchedCount)
public VerifyOutput.Builder totalCount(Integer totalCount)
public VerifyOutput.Builder columns(List<ResultColumn> columns)
public VerifyOutput.Builder results(List<Map<String,Object>> results)
public VerifyOutput build()
public VerifyOutput.Builder copy(VerifyOutput o)
Copyright © 2016–2022. All rights reserved.