public final class MissingImagesCountImpl extends Object implements MissingImagesCount
| Constructor and Description |
|---|
MissingImagesCountImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getMissingImages() |
Long |
getTotal()
Number of products scanned.
|
int |
hashCode() |
void |
setMissingImages(Long missingImages) |
void |
setTotal(Long total) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withMissingImagesCountpublic Long getMissingImages()
getMissingImages in interface MissingImagesCountpublic Long getTotal()
Number of products scanned.
getTotal in interface MissingImagesCountpublic void setMissingImages(Long missingImages)
setMissingImages in interface MissingImagesCountpublic void setTotal(Long total)
setTotal in interface MissingImagesCount