public class AsyncJob extends DomainWrapper<com.abiquo.server.core.task.JobDto>
context, target
Modifier | Constructor and Description |
---|---|
protected |
AsyncJob(RestContext<AbiquoApi,AbiquoAsyncApi> context,
com.abiquo.server.core.task.JobDto target)
Constructor to be used only by the builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
com.abiquo.server.core.task.Job.JobState |
getRollbackState() |
com.abiquo.server.core.task.Job.JobState |
getState() |
long |
getTimestamp() |
com.abiquo.server.core.task.Job.JobType |
getType() |
String |
toString() |
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
protected AsyncJob(RestContext<AbiquoApi,AbiquoAsyncApi> context, com.abiquo.server.core.task.JobDto target)
public String getDescription()
public String getId()
public com.abiquo.server.core.task.Job.JobState getRollbackState()
public com.abiquo.server.core.task.Job.JobState getState()
public long getTimestamp()
public com.abiquo.server.core.task.Job.JobType getType()
Copyright © 2009-2013 jclouds. All Rights Reserved.