public final class ProductPicture extends Object
| Constructor and Description |
|---|
ProductPicture() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getOrder()
The order number how pictures should be organised.
|
String |
getServingUrl()
The full URL of the picture served from the content delivery network (CDN).
|
String |
getStorageName()
The full path to the picture.
|
int |
hashCode() |
ProductPicture |
setOrder(Integer order) |
ProductPicture |
setServingUrl(String servingUrl) |
ProductPicture |
setStorageName(String storageName) |
public Integer getOrder()
public ProductPicture setOrder(Integer order)
public String getServingUrl()
public ProductPicture setServingUrl(String servingUrl)
public String getStorageName()
public ProductPicture setStorageName(String storageName)
Copyright © 2023. All rights reserved.