Package io.goobi.viewer.model.job.upload
Class ProcessCreationResponse
java.lang.Object
io.goobi.viewer.model.job.upload.ProcessCreationResponse
Response returned by the Goobi workflow REST API after a process-creation request, indicating
success or failure and providing the newly created process name and ID on success.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetErrorText(String errorText) voidsetProcessId(int processId) voidsetProcessName(String processName) void
-
Constructor Details
-
ProcessCreationResponse
public ProcessCreationResponse()
-
-
Method Details
-
getResult
-
setResult
-
getErrorText
-
setErrorText
-
getProcessName
-
setProcessName
-
getProcessId
public int getProcessId() -
setProcessId
public void setProcessId(int processId)
-