public abstract static class TemplateExtraction.Builder<T extends TemplateExtraction.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
accountId |
protected Date |
created |
protected String |
extractId |
protected ExtractMode |
extractMode |
protected String |
id |
protected String |
name |
protected String |
state |
protected String |
status |
protected String |
storageType |
protected int |
uploadPercentage |
protected String |
url |
protected String |
zoneId |
protected String |
zoneName |
Constructor and Description |
---|
TemplateExtraction.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
accountId(String accountId) |
TemplateExtraction |
build() |
T |
created(Date created) |
T |
extractId(String extractId) |
T |
extractMode(ExtractMode extractMode) |
T |
fromTemplateExtraction(TemplateExtraction in) |
T |
id(String id) |
T |
name(String name) |
protected abstract T |
self() |
T |
state(String state) |
T |
status(String status) |
T |
storageType(String storageType) |
T |
uploadPercentage(int uploadPercentage) |
T |
url(String url) |
T |
zoneId(String zoneId) |
T |
zoneName(String zoneName) |
protected String id
protected String accountId
protected Date created
protected String extractId
protected ExtractMode extractMode
protected String name
protected String state
protected String status
protected String storageType
protected int uploadPercentage
protected String url
protected String zoneId
protected String zoneName
protected abstract T self()
public T id(String id)
TemplateExtraction.getId()
public T accountId(String accountId)
TemplateExtraction.getAccountId()
public T created(Date created)
TemplateExtraction.getCreated()
public T extractId(String extractId)
TemplateExtraction.getExtractId()
public T extractMode(ExtractMode extractMode)
TemplateExtraction.getExtractMode()
public T name(String name)
TemplateExtraction.getName()
public T state(String state)
TemplateExtraction.getState()
public T status(String status)
TemplateExtraction.getStatus()
public T storageType(String storageType)
TemplateExtraction.getStorageType()
public T uploadPercentage(int uploadPercentage)
public T url(String url)
TemplateExtraction.getUrl()
public T zoneId(String zoneId)
TemplateExtraction.getZoneId()
public T zoneName(String zoneName)
TemplateExtraction.getZoneName()
public TemplateExtraction build()
public T fromTemplateExtraction(TemplateExtraction in)
Copyright © 2009-2013 jclouds. All Rights Reserved.