public class CosCertificate extends AbstractModel
Constructor and Description |
---|
CosCertificate() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.