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上的路径
|
void |
setCosSecretId(String CosSecretId)
Set COS SecretId
|
void |
setCosSecretKey(String CosSecretKey)
Set COS SecrectKey
|
void |
setLogOnCosPath(String LogOnCosPath)
Set 日志存储在COS上的路径
|
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 COSSettings()
public COSSettings(COSSettings source)
public String getCosSecretId()
public void setCosSecretId(String CosSecretId)
CosSecretId
- COS SecretIdpublic String getCosSecretKey()
public void setCosSecretKey(String CosSecretKey)
CosSecretKey
- COS SecrectKeypublic String getLogOnCosPath()
public void setLogOnCosPath(String LogOnCosPath)
LogOnCosPath
- 日志存储在COS上的路径Copyright © 2024. All rights reserved.