Class JobSubmitResponseBody

  • All Implemented Interfaces:
    ResponseBody

    public final class JobSubmitResponseBody
    extends Object
    implements ResponseBody
    Response to the submission of a job, containing a URL from which the status of the job can be retrieved from.
    • Field Detail

      • jobUrl

        public final String jobUrl
        The URL under which the job status can monitored.
    • Constructor Detail

      • JobSubmitResponseBody

        public JobSubmitResponseBody​(String jobUrl)