Class StorageInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20200709.models.StorageInfo
-
public class StorageInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketInfogetBucketInfo()Get 腾讯云存储桶信息StringgetType()Get 类型 可选: URL 资源链接类型 COS 腾讯云对象存储类型StringgetUrl()Get 资源链接voidsetBucketInfo(BucketInfo BucketInfo)Set 腾讯云存储桶信息voidsetType(String Type)Set 类型 可选: URL 资源链接类型 COS 腾讯云对象存储类型voidsetUrl(String Url)Set 资源链接voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StorageInfo
public StorageInfo()
-
StorageInfo
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 类型 可选: URL 资源链接类型 COS 腾讯云对象存储类型- Returns:
- Type 类型 可选: URL 资源链接类型 COS 腾讯云对象存储类型
-
setType
public void setType(String Type)
Set 类型 可选: URL 资源链接类型 COS 腾讯云对象存储类型- Parameters:
Type- 类型 可选: URL 资源链接类型 COS 腾讯云对象存储类型
-
getUrl
public String getUrl()
Get 资源链接- Returns:
- Url 资源链接
-
setUrl
public void setUrl(String Url)
Set 资源链接- Parameters:
Url- 资源链接
-
getBucketInfo
public BucketInfo getBucketInfo()
Get 腾讯云存储桶信息- Returns:
- BucketInfo 腾讯云存储桶信息
-
setBucketInfo
public void setBucketInfo(BucketInfo BucketInfo)
Set 腾讯云存储桶信息- Parameters:
BucketInfo- 腾讯云存储桶信息
-
-