Package org.jclouds.cloudstack.domain
Class AsyncJob.Builder<T extends AsyncJob.Builder<T,S>,S>  
java.lang.Object
org.jclouds.cloudstack.domain.AsyncJob.Builder<T,S> 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Dateprotected AsyncJobErrorprotected Stringprotected Stringprotected Stringprotected intprotected Sprotected AsyncJob.ResultCodeprotected Stringprotected AsyncJob.Statusprotected String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()error(AsyncJobError error) fromAsyncJob(AsyncJob<S> in) static AsyncJob.Builder<?, Object> fromAsyncJobUntyped(AsyncJob<?> in) instanceId(String instanceId) instanceType(String instanceType) progress(int progress) resultCode(AsyncJob.ResultCode resultCode) resultType(String resultType) protected abstract Tself()status(AsyncJob.Status status)  
- 
Field Details
- 
accountId
 - 
cmd
 - 
created
 - 
id
 - 
instanceId
 - 
instanceType
 - 
progress
protected int progress - 
result
 - 
resultCode
 - 
resultType
 - 
status
 - 
userId
 - 
error
 
 - 
 - 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
self
 - 
accountId
- See Also:
 
 - 
cmd
- See Also:
 
 - 
created
- See Also:
 
 - 
id
- See Also:
 
 - 
instanceId
- See Also:
 
 - 
instanceType
- See Also:
 
 - 
progress
- See Also:
 
 - 
result
- See Also:
 
 - 
resultCode
- See Also:
 
 - 
resultType
- See Also:
 
 - 
status
- See Also:
 
 - 
userId
- See Also:
 
 - 
error
- See Also:
 
 - 
build
 - 
fromAsyncJob
 - 
fromAsyncJobUntyped
 
 -