public class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLargeImageUrl()
Returns the URL of the large image.
|
String |
getSmallImageUrl()
Returns the URL of the small image.
|
void |
setLargeImageUrl(String largeImageUrl)
Sets the URL of the large image.
|
void |
setSmallImageUrl(String smallImageUrl)
Sets the URL of the small image.
|
public String getSmallImageUrl()
public void setSmallImageUrl(String smallImageUrl)
smallImageUrl - the URL to be setpublic String getLargeImageUrl()
public void setLargeImageUrl(String largeImageUrl)
largeImageUrl - the URL to be setCopyright © 2016. All rights reserved.