public class ListResultDTO<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListResultDTO.Builder<T> |
| Constructor and Description |
|---|
ListResultDTO() |
ListResultDTO(ListResultDTO.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static ListResultDTO.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Integer |
limit() |
List<T> |
objects() |
Integer |
offset() |
void |
setLimit(Integer limit) |
void |
setObjects(List<T> objects) |
void |
setOffset(Integer offset) |
void |
setTotalCount(Long totalCount) |
String |
toString() |
Long |
totalCount() |
public ListResultDTO()
public ListResultDTO(ListResultDTO.Builder builder)
public Integer offset()
public Integer limit()
public Long totalCount()
public void setOffset(Integer offset)
public void setLimit(Integer limit)
public void setTotalCount(Long totalCount)
public static ListResultDTO.Builder builder()
Copyright © 2017. All rights reserved.