public class SlaveZoneStockInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SlaveZoneStockInfo() | 
| SlaveZoneStockInfo(SlaveZoneStockInfo 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 备可用区是否有库存 | 
| String | getSlaveZone()Get 备可用区 | 
| Long | getStockCount()Get 备可用区的库存数量 | 
| void | setHasStock(Boolean HasStock)Set 备可用区是否有库存 | 
| void | setSlaveZone(String SlaveZone)Set 备可用区 | 
| void | setStockCount(Long StockCount)Set 备可用区的库存数量 | 
| 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, toJsonStringpublic SlaveZoneStockInfo()
public SlaveZoneStockInfo(SlaveZoneStockInfo source)
public String getSlaveZone()
public void setSlaveZone(String SlaveZone)
SlaveZone - 备可用区public Long getStockCount()
public void setStockCount(Long StockCount)
StockCount - 备可用区的库存数量public Boolean getHasStock()
public void setHasStock(Boolean HasStock)
HasStock - 备可用区是否有库存Copyright © 2025. All rights reserved.