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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected long id
updatedOn
protected Date updatedOn
state
protected JobState state
note
protected String note
JobProperties.Builder
public JobProperties.Builder()
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)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.