public class ListResponse extends BaseResponse
metadata| Constructor and Description |
|---|
ListResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrder() |
String |
getOrderBy() |
int |
getPageNo() |
int |
getPageSize() |
List<HashMap<String,String>> |
getResult() |
int |
getTotalCount() |
void |
setOrder(String order) |
void |
setOrderBy(String orderBy) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setResult(List<HashMap<String,String>> result) |
void |
setTotalCount(int totalCount) |
getMessage, setMessagegetMetadatapublic int getPageSize()
public void setPageSize(int pageSize)
public int getTotalCount()
public void setTotalCount(int totalCount)
public String getOrder()
public void setOrder(String order)
public String getOrderBy()
public void setOrderBy(String orderBy)
public int getPageNo()
public void setPageNo(int pageNo)
Copyright © 2020. All rights reserved.