Package io.atlasmap.csv.v2
Class CsvInspectionResponse
java.lang.Object
io.atlasmap.csv.v2.CsvInspectionResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
setCsvDocument
(Document csvDocument) void
setErrorMessage
(String message) void
setExecutionTime
(long executionTime)
-
Constructor Details
-
CsvInspectionResponse
public CsvInspectionResponse()
-
-
Method Details
-
getCsvDocument
-
getErrorMessage
-
getExecutionTime
public long getExecutionTime() -
setCsvDocument
-
setErrorMessage
-
setExecutionTime
public void setExecutionTime(long executionTime)
-