Class JobDone

java.lang.Object
uk.ac.manchester.spinnaker.nmpi.rest.JobDone

public class JobDone
extends Object
A Job where only the parts required for completion are set.
  • Constructor Details

    • JobDone

      public JobDone​(String status)
      Create a job with only a status.
      Parameters:
      status - The status to set.
  • Method Details

    • getStatus

      public String getStatus()
      Get the status.
      Returns:
      The status
    • setStatus

      public void setStatus​(String status)
      Set the status.
      Parameters:
      status - The status to set
    • getTimestampCompletion

      public DateTime getTimestampCompletion()
      Get the timestampCompletion.
      Returns:
      the timestampCompletion
    • setTimestampCompletion

      public void setTimestampCompletion​(DateTime timestampCompletion)
      Sets the timestampCompletion.
      Parameters:
      timestampCompletion - the timestampCompletion to set
    • getOutputData

      public OutputData getOutputData()
      Get the outputData.
      Returns:
      the outputData
    • setOutputData

      public void setOutputData​(OutputData outputData)
      Sets the outputData.
      Parameters:
      outputData - the outputData to set
    • getProvenance

      public ObjectNode getProvenance()
      Get the provenance.
      Returns:
      the provenance
    • setProvenance

      public void setProvenance​(ObjectNode provenance)
      Sets the provenance.
      Parameters:
      provenance - the provenance to set