Package com.seeq.model
Class JobAcceptedOutputV1
java.lang.Object
com.seeq.model.JobAcceptedOutputV1
The job information, which is only available if the request was made with the x-sq-async-job header and the operation can run as a job. This is useful to retrieve the Job on the client by using the Jobs API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of the scheduler that scheduled the job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The group to which the job belongsgetJobId()
The ID of the jobThe type of the scheduler that scheduled the jobA plain language status message with information about any issues that may have been encountered during an operation.int
hashCode()
jobSchedulerType
(JobAcceptedOutputV1.JobSchedulerTypeEnum jobSchedulerType) void
setJobGroup
(String jobGroup) void
void
setJobSchedulerType
(JobAcceptedOutputV1.JobSchedulerTypeEnum jobSchedulerType) void
setStatusMessage
(String statusMessage) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
JobAcceptedOutputV1
public JobAcceptedOutputV1()
-
-
Method Details
-
jobGroup
-
getJobGroup
The group to which the job belongs- Returns:
- jobGroup
-
setJobGroup
-
jobId
-
getJobId
The ID of the job- Returns:
- jobId
-
setJobId
-
jobSchedulerType
public JobAcceptedOutputV1 jobSchedulerType(JobAcceptedOutputV1.JobSchedulerTypeEnum jobSchedulerType) -
getJobSchedulerType
The type of the scheduler that scheduled the job- Returns:
- jobSchedulerType
-
setJobSchedulerType
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
equals
-
hashCode
public int hashCode() -
toString
-