Class ProductsDestinationResponseDto
java.lang.Object
es.kukenan.smartfi.common.api.dtos.ResultsPageDto<ProductDestinationDto>
es.kukenan.smartfi.microservice.transfer.api.products.ProductsDestinationResponseDto
- All Implemented Interfaces:
Serializable
public class ProductsDestinationResponseDto
extends es.kukenan.smartfi.common.api.dtos.ResultsPageDto<ProductDestinationDto>
Products response destination DTO.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class es.kukenan.smartfi.common.api.dtos.ResultsPageDto
es.kukenan.smartfi.common.api.dtos.ResultsPageDto.Paging -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProductsDestinationResponseDto(List<ProductDestinationDto> data, Integer totalPages, Long totalElements, Integer pageNumber, Integer pageSize, String sortedBy, es.kukenan.smartfi.common.api.dtos.ResultsPageDto.Paging paging) Full state constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.common.api.dtos.ResultsPageDto
canEqual, equals, getData, getPageNumber, getPageSize, getPaging, getSortedBy, getTotalElements, getTotalPages, hashCode, setData, setPageNumber, setPageSize, setPaging, setSortedBy, setTotalElements, setTotalPages, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
-
Constructor Details
-
ProductsDestinationResponseDto
public ProductsDestinationResponseDto(List<ProductDestinationDto> data, Integer totalPages, Long totalElements, Integer pageNumber, Integer pageSize, String sortedBy, es.kukenan.smartfi.common.api.dtos.ResultsPageDto.Paging paging) Full state constructor.- Parameters:
data- information result.totalPages- total Pages result.totalElements- total Elements result.pageNumber- page Number result.pageSize- page Size result.sortedBy- sorting result.paging- paging info.
-