public class SnapshotCOS extends AbstractModel
skipSign
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 bucket name.
|
String |
getDomain()
Get CDN acceleration domain name.
|
String |
getRegion()
Get COS region.
|
String |
getTargetDir()
Get Root directory for storing whiteboard snapshots.
|
Long |
getUin()
Get UIN of the Tencent Cloud account.
|
void |
setBucket(String Bucket)
Set COS bucket name.
|
void |
setDomain(String Domain)
Set CDN acceleration domain name.
|
void |
setRegion(String Region)
Set COS region.
|
void |
setTargetDir(String TargetDir)
Set Root directory for storing whiteboard snapshots.
|
void |
setUin(Long Uin)
Set UIN of the Tencent Cloud account.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SnapshotCOS()
public SnapshotCOS(SnapshotCOS source)
public Long getUin()
public void setUin(Long Uin)
Uin
- UIN of the Tencent Cloud account.public String getRegion()
public void setRegion(String Region)
Region
- COS region.public String getBucket()
public void setBucket(String Bucket)
Bucket
- COS bucket name.public String getTargetDir()
public void setTargetDir(String TargetDir)
TargetDir
- Root directory for storing whiteboard snapshots.public String getDomain()
public void setDomain(String Domain)
Domain
- CDN acceleration domain name.Copyright © 2023. All rights reserved.