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