public class Image extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic 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()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.