public class MissingImagesSearchRequestImpl extends Object implements MissingImagesSearchRequest
| Constructor and Description |
|---|
MissingImagesSearchRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getAutoThreshold()
If true, uses the median number of images per product variant as a threshold value.
|
Boolean |
getIncludeVariants()
If true, searches all product variants.
|
Long |
getLimit() |
Long |
getOffset() |
List<String> |
getProductIds()
Filters results by the provided Product IDs.
|
Long |
getProductSetLimit()
Maximum number of products to scan.
|
List<String> |
getProductTypeIds()
Filters results by the provided product type IDs.
|
Boolean |
getStaged()
If true, searches data from staged products in addition to published products.
|
Long |
getThreshold()
The minimum number of images a product variant must have.
|
int |
hashCode() |
void |
setAutoThreshold(Boolean autoThreshold) |
void |
setIncludeVariants(Boolean includeVariants) |
void |
setLimit(Long limit) |
void |
setOffset(Long offset) |
void |
setProductIds(List<String> productIds) |
void |
setProductIds(String... productIds) |
void |
setProductSetLimit(Long productSetLimit) |
void |
setProductTypeIds(List<String> productTypeIds) |
void |
setProductTypeIds(String... productTypeIds) |
void |
setStaged(Boolean staged) |
void |
setThreshold(Long threshold) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withMissingImagesSearchRequestpublic Long getLimit()
getLimit in interface MissingImagesSearchRequestpublic Long getOffset()
getOffset in interface MissingImagesSearchRequestpublic Boolean getStaged()
If true, searches data from staged products in addition to published products.
getStaged in interface MissingImagesSearchRequestpublic Long getProductSetLimit()
Maximum number of products to scan.
getProductSetLimit in interface MissingImagesSearchRequestpublic Boolean getIncludeVariants()
If true, searches all product variants. If false, only searches master variants.
getIncludeVariants in interface MissingImagesSearchRequestpublic Boolean getAutoThreshold()
If true, uses the median number of images per product variant as a threshold value.
getAutoThreshold in interface MissingImagesSearchRequestpublic 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 MissingImagesSearchRequestpublic List<String> getProductIds()
Filters results by the provided Product IDs. Cannot be applied in combination with any other filter.
getProductIds in interface MissingImagesSearchRequestpublic List<String> getProductTypeIds()
Filters results by the provided product type IDs. It cannot be applied in combination with any other filter.
getProductTypeIds in interface MissingImagesSearchRequestpublic void setLimit(Long limit)
setLimit in interface MissingImagesSearchRequestpublic void setOffset(Long offset)
setOffset in interface MissingImagesSearchRequestpublic void setStaged(Boolean staged)
setStaged in interface MissingImagesSearchRequestpublic void setProductSetLimit(Long productSetLimit)
setProductSetLimit in interface MissingImagesSearchRequestpublic void setIncludeVariants(Boolean includeVariants)
setIncludeVariants in interface MissingImagesSearchRequestpublic void setAutoThreshold(Boolean autoThreshold)
setAutoThreshold in interface MissingImagesSearchRequestpublic void setThreshold(Long threshold)
setThreshold in interface MissingImagesSearchRequestpublic void setProductIds(String... productIds)
setProductIds in interface MissingImagesSearchRequestpublic void setProductIds(List<String> productIds)
setProductIds in interface MissingImagesSearchRequestpublic void setProductTypeIds(String... productTypeIds)
setProductTypeIds in interface MissingImagesSearchRequestpublic void setProductTypeIds(List<String> productTypeIds)
setProductTypeIds in interface MissingImagesSearchRequest