org.jclouds.cloudstack.domain
Class AsyncCreateResponse
java.lang.Object
org.jclouds.cloudstack.domain.AsyncCreateResponse
public class AsyncCreateResponse
- extends Object
Class AsyncCreateResponse
- Author:
- Adrian Cole
UNINITIALIZED
public static final AsyncCreateResponse UNINITIALIZED
AsyncCreateResponse
@ConstructorProperties(value={"id","jobid"})
protected AsyncCreateResponse(@Nullable
String id,
@Nullable
String jobId)
builder
public static AsyncCreateResponse.Builder<?> builder()
toBuilder
public AsyncCreateResponse.Builder<?> toBuilder()
getId
@Nullable
public String getId()
- Returns:
- id of the resource being created
getJobId
@Nullable
public String getJobId()
- Returns:
- id of the job in progress
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.