public class CreateStorageRegionRequest extends AbstractModel
Constructor and Description |
---|
CreateStorageRegionRequest() |
CreateStorageRegionRequest(CreateStorageRegionRequest 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 |
getStorageRegion()
Get 待开通的存储地域,必须是系统支持的地域。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setStorageRegion(String StorageRegion)
Set 待开通的存储地域,必须是系统支持的地域。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateStorageRegionRequest()
public CreateStorageRegionRequest(CreateStorageRegionRequest source)
public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion
- 待开通的存储地域,必须是系统支持的地域。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2022. All rights reserved.