public class AlipayOfflineMarketProductBatchqueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOfflineMarketProductBatchqueryResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getCurrentPageno()
Gets current pageno.
|
List<String> |
getItemIds()
Gets item ids.
|
Long |
getTotalPageno()
Gets total pageno.
|
void |
setCurrentPageno(Long currentPageno)
Sets current pageno.
|
void |
setItemIds(List<String> itemIds)
Sets item ids.
|
void |
setTotalPageno(Long totalPageno)
Sets total pageno.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayOfflineMarketProductBatchqueryResponse()
public void setCurrentPageno(Long currentPageno)
currentPageno
- the current pagenopublic Long getCurrentPageno()
public void setItemIds(List<String> itemIds)
itemIds
- the item idspublic void setTotalPageno(Long totalPageno)
totalPageno
- the total pagenopublic Long getTotalPageno()
Copyright © 2018. All rights reserved.