org.jclouds.cloudstack.domain
Class AsyncCreateResponse

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

public class AsyncCreateResponse
extends Object

Author:
Adrian Cole

Field Summary
static AsyncCreateResponse UNINITIALIZED
           
 
Constructor Summary
AsyncCreateResponse(long id, long jobId)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getId()
           
 long getJobId()
           
 int hashCode()
           
 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

public AsyncCreateResponse(long id,
                           long jobId)
Method Detail

getId

public long getId()
Returns:
id of the resource being created

getJobId

public long 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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.