public class UpdateWarehouseStoragelocationRequest extends cn.com.antcloud.api.product.AntCloudProdRequest<UpdateWarehouseStoragelocationResponse>
| 构造器和说明 |
|---|
UpdateWarehouseStoragelocationRequest() |
UpdateWarehouseStoragelocationRequest(String productInstanceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExtraInfo()
其他信息
|
String |
getId()
仓位id
|
String |
getProductType()
货物类型【DANGER:危险品,NON_DANGER:非危险品,FOOD:食品】
|
String |
getStatus()
状态【AVAILABLE:可用,IN_USE:使用中,IN_CONFIG:配置中,DELETED:已删除】
|
String |
getStorageLocationArea()
仓位面积
|
String |
getStorageLocationHeight()
仓位高度
|
String |
getType()
库位类型【CHILL:冷藏,FREEZE:冷冻,PASSAGE:通道,FLAT:平面, STEREO:立体】
|
void |
setExtraInfo(String extraInfo)
其他信息
|
void |
setId(String id)
仓位id
|
void |
setProductType(String productType)
货物类型【DANGER:危险品,NON_DANGER:非危险品,FOOD:食品】
|
void |
setStatus(String status)
状态【AVAILABLE:可用,IN_USE:使用中,IN_CONFIG:配置中,DELETED:已删除】
|
void |
setStorageLocationArea(String storageLocationArea)
仓位面积
|
void |
setStorageLocationHeight(String storageLocationHeight)
仓位高度
|
void |
setType(String type)
库位类型【CHILL:冷藏,FREEZE:冷冻,PASSAGE:通道,FLAT:平面, STEREO:立体】
|
getProductInstanceId, getRegionName, setProductInstanceId, setRegionNamepublic UpdateWarehouseStoragelocationRequest(String productInstanceId)
public UpdateWarehouseStoragelocationRequest()
public String getExtraInfo()
public void setExtraInfo(String extraInfo)
public String getId()
public void setId(String id)
public String getProductType()
public void setProductType(String productType)
public String getStatus()
public void setStatus(String status)
public String getStorageLocationArea()
public void setStorageLocationArea(String storageLocationArea)
public String getStorageLocationHeight()
public void setStorageLocationHeight(String storageLocationHeight)
public String getType()
public void setType(String type)
Copyright © 2021. All Rights Reserved.