org.jclouds.dynect.v3.domain
Class Job

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.Job

public final class Job
extends Object


Nested Class Summary
static class Job.Status
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public long getId()
The ID of the job.


getStatus

public Job.Status getStatus()
The current status of the job.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

success

public static Job success(long id)

failure

public static Job failure(long id)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.