public class CosSourceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CosSourceInfo() |
CosSourceInfo(CosSourceInfo 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 |
getCosPath()
Get cos认证中的路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretId()
Get cos认证中的Id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretKey()
Get cos认证中的key
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosPath(String CosPath)
Set cos认证中的路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretId(String SecretId)
Set cos认证中的Id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretKey(String SecretKey)
Set cos认证中的key
注意:此字段可能返回 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, toJsonString
public CosSourceInfo()
public CosSourceInfo(CosSourceInfo source)
public String getSecretId()
public void setSecretId(String SecretId)
SecretId
- cos认证中的Id
注意:此字段可能返回 null,表示取不到有效值。public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- cos认证中的key
注意:此字段可能返回 null,表示取不到有效值。public String getCosPath()
public void setCosPath(String CosPath)
CosPath
- cos认证中的路径
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.