| Package | Description |
|---|---|
| org.jclouds.cloudstack.domain |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncJob.ResultCode |
AsyncJob.Builder.resultCode |
| Modifier and Type | Method and Description |
|---|---|
static AsyncJob.ResultCode |
AsyncJob.ResultCode.fromValue(String value) |
AsyncJob.ResultCode |
AsyncJob.getResultCode() |
static AsyncJob.ResultCode |
AsyncJob.ResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncJob.ResultCode[] |
AsyncJob.ResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AsyncJob.Builder.resultCode(AsyncJob.ResultCode resultCode) |
| 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-2016 The Apache Software Foundation. All Rights Reserved.