public class AlipayOfflineMarketShopSummaryBatchqueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOfflineMarketShopSummaryBatchqueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentPageNo()
Gets current page no.
|
String |
getPageSize()
Gets page size.
|
List<ShopSummaryQueryResponse> |
getShopSummaryInfos()
Gets shop summary infos.
|
String |
getTotalItems()
Gets total items.
|
String |
getTotalPageNo()
Gets total page no.
|
void |
setCurrentPageNo(String currentPageNo)
Sets current page no.
|
void |
setPageSize(String pageSize)
Sets page size.
|
void |
setShopSummaryInfos(List<ShopSummaryQueryResponse> shopSummaryInfos)
Sets shop summary infos.
|
void |
setTotalItems(String totalItems)
Sets total items.
|
void |
setTotalPageNo(String totalPageNo)
Sets total page no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayOfflineMarketShopSummaryBatchqueryResponse()
public void setCurrentPageNo(String currentPageNo)
currentPageNo
- the current page nopublic String getCurrentPageNo()
public void setPageSize(String pageSize)
pageSize
- the page sizepublic String getPageSize()
public void setShopSummaryInfos(List<ShopSummaryQueryResponse> shopSummaryInfos)
shopSummaryInfos
- the shop summary infospublic List<ShopSummaryQueryResponse> getShopSummaryInfos()
public void setTotalItems(String totalItems)
totalItems
- the total itemspublic String getTotalItems()
public void setTotalPageNo(String totalPageNo)
totalPageNo
- the total page nopublic String getTotalPageNo()
Copyright © 2018. All rights reserved.