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 String
protected String
protected Date
protected AsyncJobError
protected String
protected String
protected String
protected int
protected S
protected AsyncJob.ResultCode
protected String
protected AsyncJob.Status
protected 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 T
self()
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
-