public class Result extends Object
| Constructor and Description |
|---|
Result(ResultFileDetails type,
String header,
List<ResultValue> messageValues) |
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 © 2016 Apache Software Foundation. All Rights Reserved.