public static class QueryProductListResponse.Data extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryProductListResponse.Data.ProductInfo |
| Constructor and Description |
|---|
QueryProductListResponse.Data() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentPage() |
List<QueryProductListResponse.Data.ProductInfo> |
getList() |
Integer |
getPageCount() |
Integer |
getPageSize() |
Integer |
getTotal() |
void |
setCurrentPage(Integer currentPage) |
void |
setList(List<QueryProductListResponse.Data.ProductInfo> list) |
void |
setPageCount(Integer pageCount) |
void |
setPageSize(Integer pageSize) |
void |
setTotal(Integer total) |
public Integer getCurrentPage()
public void setCurrentPage(Integer currentPage)
public Integer getPageCount()
public void setPageCount(Integer pageCount)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Integer getTotal()
public void setTotal(Integer total)
public List<QueryProductListResponse.Data.ProductInfo> getList()
public void setList(List<QueryProductListResponse.Data.ProductInfo> list)
Copyright © 2018. All Rights Reserved.