public class SimilarProductsPagedQueryResultImpl extends Object implements SimilarProductsPagedQueryResult, io.vrap.rmf.base.client.ModelBase
| Constructor and Description |
|---|
SimilarProductsPagedQueryResultImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCount() |
SimilarProductSearchRequestMeta |
getMeta() |
Long |
getOffset()
Number of elements skipped.
|
List<SimilarProductPair> |
getResults() |
Long |
getTotal() |
int |
hashCode() |
void |
setCount(Long count) |
void |
setMeta(SimilarProductSearchRequestMeta meta) |
void |
setOffset(Long offset) |
void |
setResults(List<SimilarProductPair> results) |
void |
setResults(SimilarProductPair... results) |
void |
setTotal(Long total) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, typeReference, withSimilarProductsPagedQueryResultpublic SimilarProductsPagedQueryResultImpl()
public Long getCount()
getCount in interface SimilarProductsPagedQueryResultpublic Long getTotal()
getTotal in interface SimilarProductsPagedQueryResultpublic Long getOffset()
Number of elements skipped.
getOffset in interface SimilarProductsPagedQueryResultpublic List<SimilarProductPair> getResults()
getResults in interface SimilarProductsPagedQueryResultpublic SimilarProductSearchRequestMeta getMeta()
getMeta in interface SimilarProductsPagedQueryResultpublic void setCount(Long count)
setCount in interface SimilarProductsPagedQueryResultpublic void setTotal(Long total)
setTotal in interface SimilarProductsPagedQueryResultpublic void setOffset(Long offset)
setOffset in interface SimilarProductsPagedQueryResultpublic void setResults(SimilarProductPair... results)
setResults in interface SimilarProductsPagedQueryResultpublic void setResults(List<SimilarProductPair> results)
setResults in interface SimilarProductsPagedQueryResultpublic void setMeta(SimilarProductSearchRequestMeta meta)
setMeta in interface SimilarProductsPagedQueryResult