public class Thumbnail extends Object
| Constructor and Description |
|---|
Thumbnail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
Integer |
getHeight() |
String |
getMimeType() |
String |
getSourceUrl() |
Integer |
getWidth() |
void |
setFile(String file) |
void |
setHeight(Integer height) |
void |
setMimeType(String mimeType) |
void |
setSourceUrl(String sourceUrl) |
void |
setWidth(Integer width) |
String |
toString() |
public String getFile()
public void setFile(String file)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public String getMimeType()
public void setMimeType(String mimeType)
public String getSourceUrl()
public void setSourceUrl(String sourceUrl)
Copyright © 2016. All rights reserved.