public class Image
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUrl()
Gets the URL for the image.
|
Image |
setUrl(java.lang.String url)
Sets the URL for the image.
|
@Nullable public java.lang.String getUrl()
public Image setUrl(@Nullable java.lang.String url)
url - The URL for the image.