Class ProcessCreationResponse

java.lang.Object
io.goobi.viewer.model.job.upload.ProcessCreationResponse

public class ProcessCreationResponse extends Object
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 Details

    • ProcessCreationResponse

      public ProcessCreationResponse()
  • Method Details

    • getResult

      public String getResult()
    • setResult

      public void setResult(String result)
    • getErrorText

      public String getErrorText()
    • setErrorText

      public void setErrorText(String errorText)
    • getProcessName

      public String getProcessName()
    • setProcessName

      public void setProcessName(String processName)
    • getProcessId

      public int getProcessId()
    • setProcessId

      public void setProcessId(int processId)