@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:17.349+02:00[Europe/Prague]") public class PaginatedResponseComment extends Object
| Constructor and Description |
|---|
PaginatedResponseComment() |
| Modifier and Type | Method and Description |
|---|---|
PaginatedResponseComment |
addResultsItem(Comment resultsItem) |
boolean |
equals(Object o) |
Integer |
getMaxResults()
Get maxResults
|
List<Comment> |
getResults()
Get results
|
Long |
getStartAt()
Get startAt
|
Long |
getTotal()
Get total
|
int |
hashCode() |
PaginatedResponseComment |
maxResults(Integer maxResults) |
PaginatedResponseComment |
results(List<Comment> results) |
void |
setMaxResults(Integer maxResults) |
void |
setResults(List<Comment> results) |
void |
setStartAt(Long startAt) |
void |
setTotal(Long total) |
PaginatedResponseComment |
startAt(Long startAt) |
String |
toString() |
PaginatedResponseComment |
total(Long total) |
public PaginatedResponseComment total(Long total)
public Long getTotal()
public void setTotal(Long total)
public PaginatedResponseComment startAt(Long startAt)
public Long getStartAt()
public void setStartAt(Long startAt)
public PaginatedResponseComment maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public PaginatedResponseComment results(List<Comment> results)
public PaginatedResponseComment addResultsItem(Comment resultsItem)
Copyright © 2011–2021 Everit Kft.. All rights reserved.