Class GetImportingJobStatusCommand.JobStatusResponse
- java.lang.Object
- 
- org.openrefine.commands.importing.GetImportingJobStatusCommand.JobStatusResponse
 
- 
- Enclosing class:
- GetImportingJobStatusCommand
 
 protected static class GetImportingJobStatusCommand.JobStatusResponse extends Object 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedJobStatusResponse(String code, String message, ImportingJob job)
 
- 
- 
- 
Field Detail- 
codeprotected String code 
 - 
messageprotected String message 
 - 
jobprotected ImportingJob job 
 
- 
 - 
Constructor Detail- 
JobStatusResponseprotected JobStatusResponse(String code, String message, ImportingJob job) 
 
- 
 
-