public class ZoneStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
ZoneStatus() |
ZoneStatus(ZoneStatus 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 |
---|---|
String |
getRegion()
Get 规格可用区
|
Long |
getStatus()
Get 规格在该可用区的售卖状态 1-正常 2-关闭售卖但是可以升级 3-完全关闭售卖
|
String |
getZone()
Get 规格地域
|
void |
setRegion(String Region)
Set 规格可用区
|
void |
setStatus(Long Status)
Set 规格在该可用区的售卖状态 1-正常 2-关闭售卖但是可以升级 3-完全关闭售卖
|
void |
setZone(String Zone)
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, toJsonString
public ZoneStatus()
public ZoneStatus(ZoneStatus source)
public String getZone()
public void setZone(String Zone)
Zone
- 规格地域public String getRegion()
public void setRegion(String Region)
Region
- 规格可用区public Long getStatus()
public void setStatus(Long Status)
Status
- 规格在该可用区的售卖状态 1-正常 2-关闭售卖但是可以升级 3-完全关闭售卖Copyright © 2024. All rights reserved.