Class GetImportingJobStatusCommand.JobStatusResponse
- java.lang.Object
-
- org.openrefine.commands.importing.GetImportingJobStatusCommand.JobStatusResponse
-
- Enclosing class:
- GetImportingJobStatusCommand
protected static class GetImportingJobStatusCommand.JobStatusResponse extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JobStatusResponse(String code, String message, ImportingJob job)
-
-
-
Field Detail
-
code
protected String code
-
message
protected String message
-
job
protected ImportingJob job
-
-
Constructor Detail
-
JobStatusResponse
protected JobStatusResponse(String code, String message, ImportingJob job)
-
-