public interface Image extends ModelEntity
| Modifier and Type | Interface and Description |
|---|---|
static class |
Image.Status |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getDescription() |
String |
getId() |
Map<String,Object> |
getMetaData() |
int |
getMinDisk() |
int |
getMinRam() |
String |
getName() |
int |
getProgress() |
long |
getSize() |
Image.Status |
getStatus() |
List<String> |
getTags() |
Date |
getUpdated() |
String |
getUsername() |
Image.Status getStatus()
String getUsername()
Date getUpdated()
long getSize()
String getName()
Date getCreated()
int getMinDisk()
int getProgress()
int getMinRam()
Map<String,Object> getMetaData()
String getId()
String getDescription()