public class StorageInfo extends AbstractModel
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 |
---|---|
BucketInfo |
getBucketInfo()
Get 腾讯云存储桶信息
|
String |
getType()
Get 类型 可选:
URL 资源链接类型
COS 腾讯云对象存储类型
|
String |
getUrl()
Get 资源链接
|
void |
setBucketInfo(BucketInfo BucketInfo)
Set 腾讯云存储桶信息
|
void |
setType(String Type)
Set 类型 可选:
URL 资源链接类型
COS 腾讯云对象存储类型
|
void |
setUrl(String Url)
Set 资源链接
|
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 StorageInfo()
public StorageInfo(StorageInfo source)
public String getType()
public void setType(String Type)
Type
- 类型 可选:
URL 资源链接类型
COS 腾讯云对象存储类型public String getUrl()
public void setUrl(String Url)
Url
- 资源链接public BucketInfo getBucketInfo()
public void setBucketInfo(BucketInfo BucketInfo)
BucketInfo
- 腾讯云存储桶信息Copyright © 2022. All rights reserved.