public class AntMerchantExpandMerchantStorelistQueryResponse extends AlipayResponse
Constructor and Description |
---|
AntMerchantExpandMerchantStorelistQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<ShopQueryInfo> |
getMerchantStores()
Gets merchant stores.
|
Long |
getPageNum()
Gets page num.
|
Long |
getPageSize()
Gets page size.
|
Long |
getTotalPages()
Gets total pages.
|
Long |
getTotalSize()
Gets total size.
|
void |
setMerchantStores(List<ShopQueryInfo> merchantStores)
Sets merchant stores.
|
void |
setPageNum(Long pageNum)
Sets page num.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setTotalPages(Long totalPages)
Sets total pages.
|
void |
setTotalSize(Long totalSize)
Sets total size.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AntMerchantExpandMerchantStorelistQueryResponse()
public void setMerchantStores(List<ShopQueryInfo> merchantStores)
merchantStores
- the merchant storespublic List<ShopQueryInfo> getMerchantStores()
public void setPageNum(Long pageNum)
pageNum
- the page numpublic Long getPageNum()
public void setPageSize(Long pageSize)
pageSize
- the page sizepublic Long getPageSize()
public void setTotalPages(Long totalPages)
totalPages
- the total pagespublic Long getTotalPages()
public void setTotalSize(Long totalSize)
totalSize
- the total sizepublic Long getTotalSize()
Copyright © 2018. All rights reserved.