org.jclouds.cloudstack.domain
Class AsyncCreateResponse.Builder<T extends AsyncCreateResponse.Builder<T>>

java.lang.Object
  extended by org.jclouds.cloudstack.domain.AsyncCreateResponse.Builder<T>
Enclosing class:
AsyncCreateResponse

public abstract static class AsyncCreateResponse.Builder<T extends AsyncCreateResponse.Builder<T>>
extends Object


Field Summary
protected  String id
           
protected  String jobId
           
 
Constructor Summary
AsyncCreateResponse.Builder()
           
 
Method Summary
 AsyncCreateResponse build()
           
 T fromAsyncCreateResponse(AsyncCreateResponse in)
           
 T id(String id)
           
 T jobId(String jobId)
           
protected abstract  T self()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

jobId

protected String jobId
Constructor Detail

AsyncCreateResponse.Builder

public AsyncCreateResponse.Builder()
Method Detail

self

protected abstract T self()

id

public T id(String id)
See Also:
AsyncCreateResponse.getId()

jobId

public T jobId(String jobId)
See Also:
AsyncCreateResponse.getJobId()

build

public AsyncCreateResponse build()

fromAsyncCreateResponse

public T fromAsyncCreateResponse(AsyncCreateResponse in)


Copyright © 2009-2013 jclouds. All Rights Reserved.