public class CosCertificate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CosCertificate() | 
| CosCertificate(CosCertificate 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 | getSessionKey()Get SessionKey
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStorageBucket()Get cos存储桶
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStoragePath()Get 存储路径,录制场景下该值为存储目录
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStorageRegion()Get cos存储园区
注意:此字段可能返回 null,表示取不到有效值。 | 
| CertificateInfo | getTempCertificate()Get 证书信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSessionKey(String SessionKey)Set SessionKey
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStorageBucket(String StorageBucket)Set cos存储桶
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStoragePath(String StoragePath)Set 存储路径,录制场景下该值为存储目录
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStorageRegion(String StorageRegion)Set cos存储园区
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTempCertificate(CertificateInfo TempCertificate)Set 证书信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 CosCertificate()
public CosCertificate(CosCertificate source)
public String getStorageBucket()
public void setStorageBucket(String StorageBucket)
StorageBucket - cos存储桶
注意:此字段可能返回 null,表示取不到有效值。public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion - cos存储园区
注意:此字段可能返回 null,表示取不到有效值。public String getStoragePath()
public void setStoragePath(String StoragePath)
StoragePath - 存储路径,录制场景下该值为存储目录
注意:此字段可能返回 null,表示取不到有效值。public CertificateInfo getTempCertificate()
public void setTempCertificate(CertificateInfo TempCertificate)
TempCertificate - 证书信息
注意:此字段可能返回 null,表示取不到有效值。public String getSessionKey()
public void setSessionKey(String SessionKey)
SessionKey - SessionKey
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.