public class AlipayOfflineMarketShopSummaryBatchqueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOfflineMarketShopSummaryBatchqueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCurrentPageNo() |
String |
getPageSize() |
List<ShopSummaryQueryResponse> |
getShopSummaryInfos() |
String |
getTotalItems() |
String |
getTotalPageNo() |
void |
setCurrentPageNo(String currentPageNo) |
void |
setPageSize(String pageSize) |
void |
setShopSummaryInfos(List<ShopSummaryQueryResponse> shopSummaryInfos) |
void |
setTotalItems(String totalItems) |
void |
setTotalPageNo(String totalPageNo) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOfflineMarketShopSummaryBatchqueryResponse()
public void setCurrentPageNo(String currentPageNo)
public String getCurrentPageNo()
public void setPageSize(String pageSize)
public String getPageSize()
public void setShopSummaryInfos(List<ShopSummaryQueryResponse> shopSummaryInfos)
public List<ShopSummaryQueryResponse> getShopSummaryInfos()
public void setTotalItems(String totalItems)
public String getTotalItems()
public void setTotalPageNo(String totalPageNo)
public String getTotalPageNo()
Copyright © 2020. All rights reserved.