public class MissingImagesMetaImpl extends Object implements MissingImagesMeta
| Constructor and Description |
|---|
MissingImagesMetaImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MissingImagesProductLevel |
getProductLevel() |
Long |
getThreshold()
The minimum number of images a product variant must have.
|
MissingImagesVariantLevel |
getVariantLevel() |
int |
hashCode() |
void |
setProductLevel(MissingImagesProductLevel productLevel) |
void |
setThreshold(Long threshold) |
void |
setVariantLevel(MissingImagesVariantLevel variantLevel) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withMissingImagesMetapublic MissingImagesProductLevel getProductLevel()
getProductLevel in interface MissingImagesMetapublic MissingImagesVariantLevel getVariantLevel()
getVariantLevel in interface MissingImagesMetapublic Long getThreshold()
The minimum number of images a product variant must have. Anything below this value is considered a product variant with missing images.
getThreshold in interface MissingImagesMetapublic void setProductLevel(MissingImagesProductLevel productLevel)
setProductLevel in interface MissingImagesMetapublic void setVariantLevel(MissingImagesVariantLevel variantLevel)
setVariantLevel in interface MissingImagesMetapublic void setThreshold(Long threshold)
setThreshold in interface MissingImagesMeta