Package org.jclouds.dynect.v3.domain
Class Job
- java.lang.Object
-
- org.jclouds.dynect.v3.domain.Job
-
public final class Job extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Job.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static Job
failure(long id)
long
getId()
The ID of the job.Job.Status
getStatus()
The current status of the job.int
hashCode()
static Job
success(long id)
String
toString()
-
-
-
Method Detail
-
getId
public long getId()
The ID of the job.
-
getStatus
public Job.Status getStatus()
The current status of the job.
-
success
public static Job success(long id)
-
failure
public static Job failure(long id)
-
-