public class CsvInspectionResponse extends Object implements Serializable
Constructor and Description |
---|
CsvInspectionResponse() |
Modifier and Type | Method and Description |
---|---|
io.atlasmap.v2.Document |
getCsvDocument() |
String |
getErrorMessage() |
long |
getExecutionTime() |
void |
setCsvDocument(io.atlasmap.v2.Document csvDocument) |
void |
setErrorMessage(String message) |
void |
setExecutionTime(long executionTime) |
public io.atlasmap.v2.Document getCsvDocument()
public String getErrorMessage()
public long getExecutionTime()
public void setCsvDocument(io.atlasmap.v2.Document csvDocument)
public void setErrorMessage(String message)
public void setExecutionTime(long executionTime)
Copyright © 2020 JBoss by Red Hat. All rights reserved.