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

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

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


Field Summary
protected  AsyncJobError.ErrorCode errorCode
           
protected  String errorText
           
 
Constructor Summary
AsyncJobError.Builder()
           
 
Method Summary
 AsyncJobError build()
           
 T errorCode(AsyncJobError.ErrorCode errorCode)
           
 T errorText(String errorText)
           
 T fromAsyncJobError(AsyncJobError in)
           
protected abstract  T self()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected AsyncJobError.ErrorCode errorCode

errorText

protected String errorText
Constructor Detail

AsyncJobError.Builder

public AsyncJobError.Builder()
Method Detail

self

protected abstract T self()

errorCode

public T errorCode(AsyncJobError.ErrorCode errorCode)
See Also:
AsyncJobError.getErrorCode()

errorText

public T errorText(String errorText)
See Also:
AsyncJobError.getErrorText()

build

public AsyncJobError build()

fromAsyncJobError

public T fromAsyncJobError(AsyncJobError in)


Copyright © 2009-2012 jclouds. All Rights Reserved.