Class COSSettings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.COSSettings
-
public class COSSettings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCosSecretId()Get COS SecretIdStringgetCosSecretKey()Get COS SecrectKeyStringgetLogOnCosPath()Get 日志存储在COS上的路径voidsetCosSecretId(String CosSecretId)Set COS SecretIdvoidsetCosSecretKey(String CosSecretKey)Set COS SecrectKeyvoidsetLogOnCosPath(String LogOnCosPath)Set 日志存储在COS上的路径voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
COSSettings
public COSSettings()
-
COSSettings
public 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.
-
-
Method Detail
-
getCosSecretId
public String getCosSecretId()
Get COS SecretId- Returns:
- CosSecretId COS SecretId
-
setCosSecretId
public void setCosSecretId(String CosSecretId)
Set COS SecretId- Parameters:
CosSecretId- COS SecretId
-
getCosSecretKey
public String getCosSecretKey()
Get COS SecrectKey- Returns:
- CosSecretKey COS SecrectKey
-
setCosSecretKey
public void setCosSecretKey(String CosSecretKey)
Set COS SecrectKey- Parameters:
CosSecretKey- COS SecrectKey
-
getLogOnCosPath
public String getLogOnCosPath()
Get 日志存储在COS上的路径- Returns:
- LogOnCosPath 日志存储在COS上的路径
-
setLogOnCosPath
public void setLogOnCosPath(String LogOnCosPath)
Set 日志存储在COS上的路径- Parameters:
LogOnCosPath- 日志存储在COS上的路径
-
-