T - The page content model.public class ListByPageResponse<T> extends AbstractBceResponse
metadata| Constructor and Description |
|---|
ListByPageResponse() |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getData() |
int |
getPageNo() |
int |
getPageSize() |
long |
getTotalCount() |
void |
setData(Collection<T> data) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setTotalCount(long totalCount) |
String |
toString() |
getMetadatapublic Collection<T> getData()
public void setData(Collection<T> data)
public int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
public long getTotalCount()
public void setTotalCount(long totalCount)
Copyright © 2023. All rights reserved.