Class JobSubmitResponseBody
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.job.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 Summary
Fields Modifier and Type Field Description static String
FIELD_NAME_JOB_URL
String
jobUrl
The URL under which the job status can monitored.
-
Constructor Summary
Constructors Constructor Description JobSubmitResponseBody(String jobUrl)
-
-
-
Field Detail
-
FIELD_NAME_JOB_URL
public static final String FIELD_NAME_JOB_URL
- See Also:
- Constant Field Values
-
jobUrl
public final String jobUrl
The URL under which the job status can monitored.
-
-
Constructor Detail
-
JobSubmitResponseBody
public JobSubmitResponseBody(String jobUrl)
-
-