public class StorageRegionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
StorageRegionInfo() |
StorageRegionInfo(StorageRegionInfo 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 |
getArea()
Get 存储区域,取值有:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
|
String |
getDescription()
Get 存储地域描述信息。
|
Boolean |
getIsDefault()
Get 是否默认的存储地域,true:是;false:否。
|
String |
getRegion()
Get 存储地域。
|
String |
getStatus()
Get 状态,是否开通,取值有:
opened:已经开通。
unopened:未开通。
|
void |
setArea(String Area)
Set 存储区域,取值有:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
|
void |
setDescription(String Description)
Set 存储地域描述信息。
|
void |
setIsDefault(Boolean IsDefault)
Set 是否默认的存储地域,true:是;false:否。
|
void |
setRegion(String Region)
Set 存储地域。
|
void |
setStatus(String Status)
Set 状态,是否开通,取值有:
opened:已经开通。
unopened:未开通。
|
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 StorageRegionInfo()
public StorageRegionInfo(StorageRegionInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- 存储地域。public String getDescription()
public void setDescription(String Description)
Description
- 存储地域描述信息。public String getStatus()
public void setStatus(String Status)
Status
- 状态,是否开通,取值有:
public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault
- 是否默认的存储地域,true:是;false:否。public String getArea()
public void setArea(String Area)
Area
- 存储区域,取值有:
Copyright © 2025. All rights reserved.