public class AsyncCreateResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AsyncCreateResponse.Builder<T extends AsyncCreateResponse.Builder<T>> |
Modifier and Type | Field and Description |
---|---|
static AsyncCreateResponse |
UNINITIALIZED |
Modifier | Constructor and Description |
---|---|
protected |
AsyncCreateResponse(String id,
String jobId) |
Modifier and Type | Method and Description |
---|---|
static AsyncCreateResponse.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getId() |
String |
getJobId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
AsyncCreateResponse.Builder<?> |
toBuilder() |
String |
toString() |
public static final AsyncCreateResponse UNINITIALIZED
public static AsyncCreateResponse.Builder<?> builder()
public AsyncCreateResponse.Builder<?> toBuilder()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.