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