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 classJob.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Jobfailure(long id)longgetId()The ID of the job.Job.StatusgetStatus()The current status of the job.inthashCode()static Jobsuccess(long id)StringtoString()
-
-
-
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)
-
-