public class Result extends Object
| Constructor and Description |
|---|
Result(ResultFileDetails type,
String header,
List<ResultValue> messageValues) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader() |
List<ResultValue> |
getResultValues() |
ResultFileDetails |
getType() |
public Result(ResultFileDetails type, String header, List<ResultValue> messageValues)
type - ResultFileDetails Currently unused, but gives metadata about the
contents of the result.header - Used for CSV, otherwise pass null. For CSV pass comma separated string of header fields.messageValues - List<ResultValue> All fields combined represent the data
for a row to be written.public List<ResultValue> getResultValues()
public String getHeader()
public ResultFileDetails getType()
Copyright © 2022 Apache Software Foundation. All rights reserved.