public class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageURL() |
String |
getThumbnailURL() |
void |
setImageURL(String imageURL) |
void |
setThumbnailURL(String thumbnailURL) |
public String getThumbnailURL()
public void setThumbnailURL(String thumbnailURL)
thumbnailURL - the thumbnailURL to setpublic String getImageURL()
public void setImageURL(String imageURL)
imageURL - the imageURL to setCopyright © 2022. All rights reserved.