public class StorageInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StorageInfo() | 
| StorageInfo(StorageInfo 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 | getAppId()Get 资源所属用户的腾讯云appId | 
| String | getBucket()Get 桶名,存储资源的唯一标识 | 
| String | getCdnDomain()Get cdn 域名 | 
| String | getRegion()Get 资源所属地域。
当前支持ap-shanghai | 
| void | setAppId(String AppId)Set 资源所属用户的腾讯云appId | 
| void | setBucket(String Bucket)Set 桶名,存储资源的唯一标识 | 
| void | setCdnDomain(String CdnDomain)Set cdn 域名 | 
| void | setRegion(String Region)Set 资源所属地域。
当前支持ap-shanghai | 
| 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 StorageInfo()
public StorageInfo(StorageInfo source)
public String getRegion()
public void setRegion(String Region)
Region - 资源所属地域。
当前支持ap-shanghaipublic String getBucket()
public void setBucket(String Bucket)
Bucket - 桶名,存储资源的唯一标识public String getCdnDomain()
public void setCdnDomain(String CdnDomain)
CdnDomain - cdn 域名public String getAppId()
public void setAppId(String AppId)
AppId - 资源所属用户的腾讯云appIdCopyright © 2025. All rights reserved.