public final class MissingImagesImpl extends Object implements MissingImages
| Constructor and Description |
|---|
MissingImagesImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getImageCount()
Number of images the variant contains.
|
ProductReference |
getProduct() |
Long |
getVariantId()
ID of the variant
|
int |
hashCode() |
void |
setImageCount(Long imageCount) |
void |
setProduct(ProductReference product) |
void |
setVariantId(Long variantId) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withMissingImagespublic ProductReference getProduct()
getProduct in interface MissingImagespublic Long getVariantId()
ID of the variant
getVariantId in interface MissingImagespublic Long getImageCount()
Number of images the variant contains.
getImageCount in interface MissingImagespublic void setProduct(ProductReference product)
setProduct in interface MissingImagespublic void setVariantId(Long variantId)
setVariantId in interface MissingImagespublic void setImageCount(Long imageCount)
setImageCount in interface MissingImages