Package org.jclouds.gogrid.domain
Class JobProperties.Builder<T extends JobProperties.Builder<T>>
- java.lang.Object
-
- org.jclouds.gogrid.domain.JobProperties.Builder<T>
-
- Enclosing class:
- JobProperties
public abstract static class JobProperties.Builder<T extends JobProperties.Builder<T>> extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description JobProperties
build()
T
fromJobProperties(JobProperties in)
T
id(long id)
T
note(String note)
protected abstract T
self()
T
state(JobState state)
T
updatedOn(Date updatedOn)
-
-
-
Method Detail
-
self
protected abstract T self()
-
id
public T id(long id)
- See Also:
JobProperties.getId()
-
updatedOn
public T updatedOn(Date updatedOn)
- See Also:
JobProperties.getUpdatedOn()
-
state
public T state(JobState state)
- See Also:
JobProperties.getState()
-
note
public T note(String note)
- See Also:
JobProperties.getNote()
-
build
public JobProperties build()
-
fromJobProperties
public T fromJobProperties(JobProperties in)
-
-