org.jclouds.dynect.v3.domain
Class Job
java.lang.Object
org.jclouds.dynect.v3.domain.Job
public final class Job
- extends Object
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.