@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class Pagination extends Object
Constructor and Description |
---|
Pagination() |
Modifier and Type | Method and Description |
---|---|
Pagination |
countPerPage(Integer countPerPage) |
Pagination |
currentPage(Integer currentPage) |
boolean |
equals(Object o) |
Integer |
getCountPerPage()
Get countPerPage
|
Integer |
getCurrentPage()
Get currentPage
|
Integer |
getTotalElements()
Get totalElements
|
Integer |
getTotalPages()
Get totalPages
|
int |
hashCode() |
void |
setCountPerPage(Integer countPerPage) |
void |
setCurrentPage(Integer currentPage) |
void |
setTotalElements(Integer totalElements) |
void |
setTotalPages(Integer totalPages) |
String |
toString() |
Pagination |
totalElements(Integer totalElements) |
Pagination |
totalPages(Integer totalPages) |
public Pagination countPerPage(Integer countPerPage)
public Integer getCountPerPage()
public void setCountPerPage(Integer countPerPage)
public Pagination currentPage(Integer currentPage)
public Integer getCurrentPage()
public void setCurrentPage(Integer currentPage)
public Pagination totalElements(Integer totalElements)
public Integer getTotalElements()
public void setTotalElements(Integer totalElements)
public Pagination totalPages(Integer totalPages)
public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
Copyright © 2022. All rights reserved.