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