public class MetaPaginated extends Object
| Constructor and Description |
|---|
MetaPaginated() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getTotalPages() |
Integer |
getTotalRecords() |
int |
hashCode() |
void |
setTotalPages(Integer totalPages) |
void |
setTotalRecords(Integer totalRecords) |
String |
toString() |
MetaPaginated |
totalPages(Integer totalPages) |
MetaPaginated |
totalRecords(Integer totalRecords) |
public Integer getTotalRecords()
public void setTotalRecords(Integer totalRecords)
public MetaPaginated totalRecords(Integer totalRecords)
public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
public MetaPaginated totalPages(Integer totalPages)
Copyright © 2019. All rights reserved.