public class SaharaImage extends Object implements Image
| Modifier and Type | Class and Description |
|---|---|
static class |
SaharaImage.SaharaImages |
Image.Status| Constructor and Description |
|---|
SaharaImage() |
| 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() |
String |
toString() |
public Image.Status getStatus()
public String getUsername()
getUsername in interface Imagepublic Date getUpdated()
getUpdated in interface Imagepublic String getName()
public Date getCreated()
getCreated in interface Imagepublic int getMinDisk()
getMinDisk in interface Imagepublic int getProgress()
getProgress in interface Imagepublic int getMinRam()
public Map<String,Object> getMetaData()
getMetaData in interface Imagepublic String getId()
public String getDescription()
getDescription in interface Image