Class ZoneStockInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.ZoneStockInfo
-
public class ZoneStockInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetHasStock()Get 是否有库存LonggetStockCount()Get 库存数量StringgetZone()Get 可用区voidsetHasStock(Boolean HasStock)Set 是否有库存voidsetStockCount(Long StockCount)Set 库存数量voidsetZone(String Zone)Set 可用区voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ZoneStockInfo
public ZoneStockInfo()
-
ZoneStockInfo
public 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.
-
-
Method Detail
-
getZone
public String getZone()
Get 可用区- Returns:
- Zone 可用区
-
setZone
public void setZone(String Zone)
Set 可用区- Parameters:
Zone- 可用区
-
getHasStock
public Boolean getHasStock()
Get 是否有库存- Returns:
- HasStock 是否有库存
-
setHasStock
public void setHasStock(Boolean HasStock)
Set 是否有库存- Parameters:
HasStock- 是否有库存
-
getStockCount
public Long getStockCount()
Get 库存数量- Returns:
- StockCount 库存数量
-
setStockCount
public void setStockCount(Long StockCount)
Set 库存数量- Parameters:
StockCount- 库存数量
-
-