public class ServerlessZoneStockInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ServerlessZoneStockInfo() |
ServerlessZoneStockInfo(ServerlessZoneStockInfo 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 是否包含库存
注意:此字段可能返回 null,表示取不到有效值。
|
SlaveZoneStockInfo[] |
getSlaveZoneStockInfos()
Get 从可用区库存信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStockCount()
Get 存储量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getZone()
Get 可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHasStock(Boolean HasStock)
Set 是否包含库存
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSlaveZoneStockInfos(SlaveZoneStockInfo[] SlaveZoneStockInfos)
Set 从可用区库存信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStockCount(Long StockCount)
Set 存储量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setZone(String Zone)
Set 可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ServerlessZoneStockInfo()
public ServerlessZoneStockInfo(ServerlessZoneStockInfo source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区
注意:此字段可能返回 null,表示取不到有效值。public Long getStockCount()
public void setStockCount(Long StockCount)
StockCount
- 存储量
注意:此字段可能返回 null,表示取不到有效值。public Boolean getHasStock()
public void setHasStock(Boolean HasStock)
HasStock
- 是否包含库存
注意:此字段可能返回 null,表示取不到有效值。public SlaveZoneStockInfo[] getSlaveZoneStockInfos()
public void setSlaveZoneStockInfos(SlaveZoneStockInfo[] SlaveZoneStockInfos)
SlaveZoneStockInfos
- 从可用区库存信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.