Package org.jclouds.gogrid.domain
Class Job.Builder<T extends Job.Builder<T>>
java.lang.Object
org.jclouds.gogrid.domain.Job.Builder<T>
- Enclosing class:
 Job
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected Optionprotected Dateprotected JobStateprotected Set<JobProperties> protected longprotected Dateprotected ObjectTypeprotected String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionattempts(int attempts) build()currentState(JobState currentState) history(Set<JobProperties> history) history(JobProperties... in) id(long id) lastUpdatedOn(Date lastUpdatedOn) objectType(ObjectType objectType) protected abstract Tself() 
- 
Field Details
- 
id
protected long id - 
command
 - 
objectType
 - 
createdOn
 - 
lastUpdatedOn
 - 
currentState
 - 
attempts
protected int attempts - 
owner
 - 
history
 - 
details
 
 - 
 - 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
self
 - 
id
- See Also:
 
 - 
command
- See Also:
 
 - 
objectType
- See Also:
 
 - 
createdOn
- See Also:
 
 - 
lastUpdatedOn
- See Also:
 
 - 
currentState
- See Also:
 
 - 
attempts
- See Also:
 
 - 
owner
- See Also:
 
 - 
history
- See Also:
 
 - 
history
 - 
details
- See Also:
 
 - 
build
 - 
fromJob
 
 -