public class ZoneStockInfo extends AbstractModel
skipSign
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 Whether there is an inventory.
|
Long |
getStockCount()
Get Quantity in stock
|
String |
getZone()
Get AZ
|
void |
setHasStock(Boolean HasStock)
Set Whether there is an inventory.
|
void |
setStockCount(Long StockCount)
Set Quantity in stock
|
void |
setZone(String Zone)
Set AZ
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ZoneStockInfo()
public ZoneStockInfo(ZoneStockInfo source)
public String getZone()
public void setZone(String Zone)
Zone
- AZpublic Boolean getHasStock()
public void setHasStock(Boolean HasStock)
HasStock
- Whether there is an inventory.public Long getStockCount()
public void setStockCount(Long StockCount)
StockCount
- Quantity in stockCopyright © 2023. All rights reserved.