org.jclouds.cloudstack.domain
Class AsyncCreateResponse

java.lang.Object
  extended by org.jclouds.cloudstack.domain.AsyncCreateResponse

public class AsyncCreateResponse
extends Object

Class AsyncCreateResponse

Author:
Adrian Cole

Nested Class Summary
static class AsyncCreateResponse.Builder<T extends AsyncCreateResponse.Builder<T>>
           
 
Field Summary
static AsyncCreateResponse UNINITIALIZED
           
 
Constructor Summary
protected AsyncCreateResponse(String id, String jobId)
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNINITIALIZED

public static final AsyncCreateResponse UNINITIALIZED
Constructor Detail

AsyncCreateResponse

@ConstructorProperties(value={"id","jobid"})
protected AsyncCreateResponse(@Nullable
                                                         String id,
                                                         @Nullable
                                                         String jobId)
Method Detail

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-2013 jclouds. All Rights Reserved.