public class COSSettings extends AbstractModel
Constructor and Description |
---|
COSSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getCosSecretId()
获取COS SecretId
|
String |
getCosSecretKey()
获取COS SecrectKey
|
String |
getLogOnCosPath()
获取日志存储在COS上的路径
|
void |
setCosSecretId(String CosSecretId)
设置COS SecretId
|
void |
setCosSecretKey(String CosSecretKey)
设置COS SecrectKey
|
void |
setLogOnCosPath(String LogOnCosPath)
设置日志存储在COS上的路径
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 © 2019. All rights reserved.