@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.173Z[Etc/UTC]") public class PageAbstractEntityResponseDto extends Object
| Constructor and Description |
|---|
PageAbstractEntityResponseDto() |
public PageAbstractEntityResponseDto content(List<AbstractEntityResponseDto> content)
public PageAbstractEntityResponseDto addContentItem(AbstractEntityResponseDto contentItem)
public List<AbstractEntityResponseDto> getContent()
public void setContent(List<AbstractEntityResponseDto> content)
public PageAbstractEntityResponseDto empty(Boolean empty)
public Boolean getEmpty()
public void setEmpty(Boolean empty)
public PageAbstractEntityResponseDto first(Boolean first)
public Boolean getFirst()
public void setFirst(Boolean first)
public PageAbstractEntityResponseDto last(Boolean last)
public Boolean getLast()
public void setLast(Boolean last)
public PageAbstractEntityResponseDto number(Integer number)
public Integer getNumber()
public void setNumber(Integer number)
public PageAbstractEntityResponseDto numberOfElements(Integer numberOfElements)
public Integer getNumberOfElements()
public void setNumberOfElements(Integer numberOfElements)
public PageAbstractEntityResponseDto pageable(PageableDto pageable)
public PageableDto getPageable()
public void setPageable(PageableDto pageable)
public PageAbstractEntityResponseDto size(Integer size)
public Integer getSize()
public void setSize(Integer size)
public PageAbstractEntityResponseDto sort(SortDto sort)
public SortDto getSort()
public void setSort(SortDto sort)
public PageAbstractEntityResponseDto totalElements(Long totalElements)
public Long getTotalElements()
public void setTotalElements(Long totalElements)
public PageAbstractEntityResponseDto totalPages(Integer totalPages)
public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
Copyright © 2025. All rights reserved.