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