public class COSSettings extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
COSSettings()  | 
COSSettings(COSSettings 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 | 
getCosSecretId()
Get COS `SecretId` 
 | 
String | 
getCosSecretKey()
Get COS `SecrectKey` 
 | 
String | 
getLogOnCosPath()
Get COS path to log 
 | 
void | 
setCosSecretId(String CosSecretId)
Set COS `SecretId` 
 | 
void | 
setCosSecretKey(String CosSecretKey)
Set COS `SecrectKey` 
 | 
void | 
setLogOnCosPath(String LogOnCosPath)
Set COS path to log 
 | 
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 COSSettings()
public COSSettings(COSSettings source)
public String getCosSecretId()
public void setCosSecretId(String CosSecretId)
CosSecretId - COS `SecretId`public String getCosSecretKey()
public void setCosSecretKey(String CosSecretKey)
CosSecretKey - COS `SecrectKey`public String getLogOnCosPath()
public void setLogOnCosPath(String LogOnCosPath)
LogOnCosPath - COS path to logCopyright © 2025. All rights reserved.