@Beta public class Job extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Job.StatusEnum
The status of the job.
|
Constructor and Description |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
Job |
details(Object details)
Set the details of this
Job instance and return the same instance. |
boolean |
equals(Object o) |
Job |
error(JobError error)
Set the error of this
Job instance and return the same instance. |
Object |
getDetails()
The details of the job.
|
JobError |
getError()
Get error
|
Job.StatusEnum |
getStatus()
The status of the job.
|
int |
hashCode() |
void |
setDetails(Object details)
Set the details of this
Job instance. |
void |
setError(JobError error)
Set the error of this
Job instance. |
void |
setStatus(Job.StatusEnum status)
Set the status of this
Job instance. |
Job |
status(Job.StatusEnum status)
Set the status of this
Job instance and return the same instance. |
String |
toString() |
@Nonnull public Job status(@Nonnull Job.StatusEnum status)
Job
instance and return the same instance.status
- The status of the job.Job
class@Nonnull public Job.StatusEnum getStatus()
Job
instance.public void setStatus(@Nonnull Job.StatusEnum status)
Job
instance.status
- The status of the job.@Nonnull public Job details(@Nonnull Object details)
Job
instance and return the same instance.details
- The details of the job.Job
class@Nonnull public Object getDetails()
Job
instance.public void setDetails(@Nonnull Object details)
Job
instance.details
- The details of the job.@Nonnull public Job error(@Nonnull JobError error)
Job
instance and return the same instance.@Nonnull public JobError getError()
Job
instance.public void setError(@Nonnull JobError error)
Job
instance.error
- The error of this Job
Copyright © 2020 SAP SE. All rights reserved.