public class ZoneStockInfo extends AbstractModel
Constructor and Description |
---|
ZoneStockInfo() |
ZoneStockInfo(ZoneStockInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getHasStock()
Get 是否有库存
|
Long |
getStockCount()
Get 库存数量
|
String |
getZone()
Get 可用区
|
void |
setHasStock(Boolean HasStock)
Set 是否有库存
|
void |
setStockCount(Long StockCount)
Set 库存数量
|
void |
setZone(String Zone)
Set 可用区
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ZoneStockInfo()
public ZoneStockInfo(ZoneStockInfo source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区public Boolean getHasStock()
public void setHasStock(Boolean HasStock)
HasStock
- 是否有库存public Long getStockCount()
public void setStockCount(Long StockCount)
StockCount
- 库存数量Copyright © 2023. All rights reserved.