public class Image extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
String |
getServingUrl() |
String |
getStorageName() |
Image |
servingUrl(String servingUrl)
The full URL of the image served from the content delivery network (CDN).
|
void |
setServingUrl(String servingUrl) |
void |
setStorageName(String storageName) |
Image |
storageName(String storageName)
The full path to the image.
|
public Image storageName(String storageName)
public String getStorageName()
public void setStorageName(String storageName)
public Image servingUrl(String servingUrl)
public String getServingUrl()
public void setServingUrl(String servingUrl)
public boolean allNull()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.