public class KoubeiRetailWmsInventoryrecordQueryResponse extends AlipayResponse
Constructor and Description |
---|
KoubeiRetailWmsInventoryrecordQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<InventoryRecord> |
getInventoryRecordList()
Gets inventory record list.
|
String |
getPageNo()
Gets page no.
|
String |
getPageSize()
Gets page size.
|
String |
getTotalCount()
Gets total count.
|
void |
setInventoryRecordList(List<InventoryRecord> inventoryRecordList)
Sets inventory record list.
|
void |
setPageNo(String pageNo)
Sets page no.
|
void |
setPageSize(String pageSize)
Sets page size.
|
void |
setTotalCount(String totalCount)
Sets total count.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public KoubeiRetailWmsInventoryrecordQueryResponse()
public void setInventoryRecordList(List<InventoryRecord> inventoryRecordList)
inventoryRecordList
- the inventory record listpublic List<InventoryRecord> getInventoryRecordList()
public void setPageNo(String pageNo)
pageNo
- the page nopublic String getPageNo()
public void setPageSize(String pageSize)
pageSize
- the page sizepublic String getPageSize()
public void setTotalCount(String totalCount)
totalCount
- the total countpublic String getTotalCount()
Copyright © 2018. All rights reserved.