public class SnapshotCOS extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Get cos存储桶名称
|
String |
getDomain()
Get CDN加速域名
|
String |
getRegion()
Get cos所在地区
|
String |
getTargetDir()
Get 板书文件存储根目录
|
Long |
getUin()
Get cos所在腾讯云帐号uin
|
void |
setBucket(String Bucket)
Set cos存储桶名称
|
void |
setDomain(String Domain)
Set CDN加速域名
|
void |
setRegion(String Region)
Set cos所在地区
|
void |
setTargetDir(String TargetDir)
Set 板书文件存储根目录
|
void |
setUin(Long Uin)
Set cos所在腾讯云帐号uin
|
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 SnapshotCOS()
public SnapshotCOS(SnapshotCOS source)
public Long getUin()
public void setUin(Long Uin)
Uin
- cos所在腾讯云帐号uinpublic String getRegion()
public void setRegion(String Region)
Region
- cos所在地区public String getBucket()
public void setBucket(String Bucket)
Bucket
- cos存储桶名称public String getTargetDir()
public void setTargetDir(String TargetDir)
TargetDir
- 板书文件存储根目录public String getDomain()
public void setDomain(String Domain)
Domain
- CDN加速域名Copyright © 2021. All rights reserved.