| Package | Description | 
|---|---|
| org.jclouds.cloudstack.domain | 
| Modifier and Type | Field and Description | 
|---|---|
protected AsyncJobError | 
AsyncJob.Builder.error  | 
| Modifier and Type | Method and Description | 
|---|---|
AsyncJobError | 
AsyncJobError.Builder.build()  | 
AsyncJobError | 
AsyncJob.getError()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
AsyncJob.Builder.error(AsyncJobError error)  | 
T | 
AsyncJobError.Builder.fromAsyncJobError(AsyncJobError in)  | 
| Constructor and Description | 
|---|
AsyncJob(String accountId,
        String cmd,
        Date created,
        String id,
        String instanceId,
        String instanceType,
        int progress,
        S result,
        AsyncJob.ResultCode resultCode,
        String resultType,
        AsyncJob.Status status,
        String userId,
        AsyncJobError error)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.