public class ListWarehouseStoragelocationRequest extends cn.com.antcloud.api.product.AntCloudProdRequest<ListWarehouseStoragelocationResponse>
| 构造器和说明 |
|---|
ListWarehouseStoragelocationRequest() |
ListWarehouseStoragelocationRequest(String productInstanceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage()
当前页
|
Long |
getPageSize()
页大小
|
String |
getStatus()
库位状态【AVAILABLE:可用,IN_USE:使用中,IN_CONFIG:配置中,DELETED:已删除】
|
String |
getWarehouseId()
仓库id
|
void |
setCurrentPage(Long currentPage)
当前页
|
void |
setPageSize(Long pageSize)
页大小
|
void |
setStatus(String status)
库位状态【AVAILABLE:可用,IN_USE:使用中,IN_CONFIG:配置中,DELETED:已删除】
|
void |
setWarehouseId(String warehouseId)
仓库id
|
getProductInstanceId, getRegionName, setProductInstanceId, setRegionNamepublic ListWarehouseStoragelocationRequest(String productInstanceId)
public ListWarehouseStoragelocationRequest()
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
public Long getPageSize()
public void setPageSize(Long pageSize)
public String getStatus()
public void setStatus(String status)
public String getWarehouseId()
public void setWarehouseId(String warehouseId)
Copyright © 2021. All Rights Reserved.