Class PaginationSummary
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.ejbca.PaginationSummary
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-02-27T11:17:53.164838525Z[GMT]") public class PaginationSummary extends ObjectPaginationSummary
-
-
Constructor Summary
Constructors Constructor Description PaginationSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginationSummarycurrentPage(Integer currentPage)booleanequals(Object o)IntegergetCurrentPage()Get currentPageIntegergetPageSize()Get pageSizeLonggetTotalCerts()Get totalCertsinthashCode()PaginationSummarypageSize(Integer pageSize)voidsetCurrentPage(Integer currentPage)voidsetPageSize(Integer pageSize)voidsetTotalCerts(Long totalCerts)StringtoString()PaginationSummarytotalCerts(Long totalCerts)
-
-
-
Method Detail
-
pageSize
public PaginationSummary pageSize(Integer pageSize)
-
getPageSize
public Integer getPageSize()
Get pageSize- Returns:
- pageSize
-
setPageSize
public void setPageSize(Integer pageSize)
-
currentPage
public PaginationSummary currentPage(Integer currentPage)
-
getCurrentPage
public Integer getCurrentPage()
Get currentPage- Returns:
- currentPage
-
setCurrentPage
public void setCurrentPage(Integer currentPage)
-
totalCerts
public PaginationSummary totalCerts(Long totalCerts)
-
getTotalCerts
public Long getTotalCerts()
Get totalCerts- Returns:
- totalCerts
-
setTotalCerts
public void setTotalCerts(Long totalCerts)
-
-