public class SnapshotCOS extends AbstractModel
header, 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存储桶名称 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.