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