public class ImportSetResponse extends Object
Constructor and Description |
---|
ImportSetResponse(String importSet,
String stagingTable,
List<ImportSetResult> results) |
Modifier and Type | Method and Description |
---|---|
String |
getImportSet() |
List<ImportSetResult> |
getResults() |
String |
getStagingTable() |
public ImportSetResponse(String importSet, String stagingTable, List<ImportSetResult> results)
public String getImportSet()
public String getStagingTable()
public List<ImportSetResult> getResults()
Apache Camel