@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01: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 maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public PaginatedResponseComment results(List<Comment> results)
public PaginatedResponseComment addResultsItem(Comment resultsItem)
public PaginatedResponseComment startAt(Long startAt)
public Long getStartAt()
public void setStartAt(Long startAt)
public PaginatedResponseComment total(Long total)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2011–2023 Everit Kft.. All rights reserved.