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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaginationSummary.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CURRENT_PAGEstatic StringSERIALIZED_NAME_PAGE_SIZEstatic StringSERIALIZED_NAME_TOTAL_CERTS
-
Constructor Summary
Constructors Constructor Description PaginationSummary()
-
Method Summary
All Methods Static 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)static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_PAGE_SIZE
public static final String SERIALIZED_NAME_PAGE_SIZE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CURRENT_PAGE
public static final String SERIALIZED_NAME_CURRENT_PAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_CERTS
public static final String SERIALIZED_NAME_TOTAL_CERTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
pageSize
public PaginationSummary pageSize(Integer pageSize)
-
getPageSize
@Nullable public Integer getPageSize()
Get pageSize- Returns:
- pageSize
-
setPageSize
public void setPageSize(Integer pageSize)
-
currentPage
public PaginationSummary currentPage(Integer currentPage)
-
getCurrentPage
@Nullable public Integer getCurrentPage()
Get currentPage- Returns:
- currentPage
-
setCurrentPage
public void setCurrentPage(Integer currentPage)
-
totalCerts
public PaginationSummary totalCerts(Long totalCerts)
-
getTotalCerts
@Nullable public Long getTotalCerts()
Get totalCerts- Returns:
- totalCerts
-
setTotalCerts
public void setTotalCerts(Long totalCerts)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to PaginationSummary
-
-