| Modifier and Type | Field and Description | 
|---|---|
protected Date | 
created  | 
protected int | 
id  | 
protected String | 
name  | 
protected Integer | 
progress  | 
protected Integer | 
serverId  | 
protected ImageStatus | 
status  | 
protected Date | 
updated  | 
| Constructor and Description | 
|---|
Image.Builder()  | 
protected Date created
protected int id
protected String name
protected Integer progress
protected Integer serverId
protected ImageStatus status
protected Date updated
protected abstract T self()
public T created(Date created)
Image.getCreated()public T id(int id)
Image.getId()public T name(String name)
Image.getName()public T progress(Integer progress)
Image.getProgress()public T serverId(Integer serverId)
Image.getServerId()public T status(ImageStatus status)
Image.getStatus()public T updated(Date updated)
Image.getUpdated()public Image build()
Copyright © 2009-2013 jclouds. All Rights Reserved.