public class TencentCloudCommonConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
secretId
密钥对中的ID
|
protected String |
secretKey
密钥对中的Key
|
| Constructor and Description |
|---|
TencentCloudCommonConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConnTimeout() |
Boolean |
getDebug() |
com.tencentcloudapi.common.profile.Language |
getLanguage() |
Integer |
getReadTimeout() |
String |
getRegion() |
String |
getSecretId() |
String |
getSecretKey() |
Integer |
getWriteTimeout() |
void |
setConnTimeout(Integer connTimeout) |
void |
setDebug(Boolean debug) |
void |
setLanguage(com.tencentcloudapi.common.profile.Language language) |
void |
setReadTimeout(Integer readTimeout) |
void |
setRegion(String region) |
void |
setSecretId(String secretId) |
void |
setSecretKey(String secretKey) |
void |
setWriteTimeout(Integer writeTimeout) |
protected String secretId
protected String secretKey
public String getSecretId()
public void setSecretId(String secretId)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getRegion()
public void setRegion(String region)
public Integer getConnTimeout()
public void setConnTimeout(Integer connTimeout)
public Integer getWriteTimeout()
public void setWriteTimeout(Integer writeTimeout)
public Integer getReadTimeout()
public void setReadTimeout(Integer readTimeout)
public com.tencentcloudapi.common.profile.Language getLanguage()
public void setLanguage(com.tencentcloudapi.common.profile.Language language)
public Boolean getDebug()
public void setDebug(Boolean debug)
Copyright © 2021–2022 EasyJ????. All rights reserved.