Class SnapshotCOS
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.SnapshotCOS
-
public class SnapshotCOS extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SnapshotCOS()SnapshotCOS(SnapshotCOS 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 StringgetBucket()Get cos存储桶名称StringgetDomain()Get CDN加速域名StringgetRegion()Get cos所在地区StringgetTargetDir()Get 板书文件存储根目录LonggetUin()Get cos所在腾讯云账号uinvoidsetBucket(String Bucket)Set cos存储桶名称voidsetDomain(String Domain)Set CDN加速域名voidsetRegion(String Region)Set cos所在地区voidsetTargetDir(String TargetDir)Set 板书文件存储根目录voidsetUin(Long Uin)Set cos所在腾讯云账号uinvoidtoMap(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
-
SnapshotCOS
public SnapshotCOS()
-
SnapshotCOS
public SnapshotCOS(SnapshotCOS 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
-
getUin
public Long getUin()
Get cos所在腾讯云账号uin- Returns:
- Uin cos所在腾讯云账号uin
-
setUin
public void setUin(Long Uin)
Set cos所在腾讯云账号uin- Parameters:
Uin- cos所在腾讯云账号uin
-
getRegion
public String getRegion()
Get cos所在地区- Returns:
- Region cos所在地区
-
setRegion
public void setRegion(String Region)
Set cos所在地区- Parameters:
Region- cos所在地区
-
getBucket
public String getBucket()
Get cos存储桶名称- Returns:
- Bucket cos存储桶名称
-
setBucket
public void setBucket(String Bucket)
Set cos存储桶名称- Parameters:
Bucket- cos存储桶名称
-
getTargetDir
public String getTargetDir()
Get 板书文件存储根目录- Returns:
- TargetDir 板书文件存储根目录
-
setTargetDir
public void setTargetDir(String TargetDir)
Set 板书文件存储根目录- Parameters:
TargetDir- 板书文件存储根目录
-
getDomain
public String getDomain()
Get CDN加速域名- Returns:
- Domain CDN加速域名
-
setDomain
public void setDomain(String Domain)
Set CDN加速域名- Parameters:
Domain- CDN加速域名
-
-