public class ImageStatus extends Object
| Constructor and Description |
|---|
ImageStatus() |
| Modifier and Type | Method and Description |
|---|---|
StorageInfo |
getStorageInfo()
Contains info about where the thumbnail is stored
|
String |
getTag()
System tag value (e.g.
|
String |
getUrl()
Resulting thumbnail url
|
void |
setStorageInfo(StorageInfo storageInfo) |
void |
setTag(String tag) |
void |
setUrl(String url) |
public String getUrl()
public void setUrl(String url)
public String getTag()
public void setTag(String tag)
public StorageInfo getStorageInfo()
public void setStorageInfo(StorageInfo storageInfo)
Copyright © 2019. All rights reserved.