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认证中的路径 | 
| String | getSecretId()Get cos认证中的Id | 
| String | getSecretKey()Get cos认证中的key | 
| void | setCosPath(String CosPath)Set cos认证中的路径 | 
| void | setSecretId(String SecretId)Set cos认证中的Id | 
| void | setSecretKey(String SecretKey)Set cos认证中的key | 
| 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 CosSourceInfo()
public CosSourceInfo(CosSourceInfo source)
public String getSecretId()
public void setSecretId(String SecretId)
SecretId - cos认证中的Idpublic String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey - cos认证中的keypublic String getCosPath()
public void setCosPath(String CosPath)
CosPath - cos认证中的路径Copyright © 2025. All rights reserved.