public final class Job
extends Object
-
Nested Class Summary
Nested Classes
-
Method Summary
boolean
long
The current status of the job.
int
-
Method Details
-
getId
public long getId()
The ID of the job.
-
getStatus
The current status of the job.
-
-
-
-
success
public static Job success(long id)
-
failure
public static Job failure(long id)