Class AssetCredentials
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.AssetCredentials
-
public class AssetCredentials extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssetCredentials()AssetCredentials(AssetCredentials 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 StringgetTmpSecretId()Get 临时证书密钥IDStringgetTmpSecretKey()Get 临时证书密钥KeyStringgetToken()Get 临时证书TokenvoidsetTmpSecretId(String TmpSecretId)Set 临时证书密钥IDvoidsetTmpSecretKey(String TmpSecretKey)Set 临时证书密钥KeyvoidsetToken(String Token)Set 临时证书TokenvoidtoMap(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
-
AssetCredentials
public AssetCredentials()
-
AssetCredentials
public AssetCredentials(AssetCredentials 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
-
getTmpSecretId
public String getTmpSecretId()
Get 临时证书密钥ID- Returns:
- TmpSecretId 临时证书密钥ID
-
setTmpSecretId
public void setTmpSecretId(String TmpSecretId)
Set 临时证书密钥ID- Parameters:
TmpSecretId- 临时证书密钥ID
-
getTmpSecretKey
public String getTmpSecretKey()
Get 临时证书密钥Key- Returns:
- TmpSecretKey 临时证书密钥Key
-
setTmpSecretKey
public void setTmpSecretKey(String TmpSecretKey)
Set 临时证书密钥Key- Parameters:
TmpSecretKey- 临时证书密钥Key
-
getToken
public String getToken()
Get 临时证书Token- Returns:
- Token 临时证书Token
-
setToken
public void setToken(String Token)
Set 临时证书Token- Parameters:
Token- 临时证书Token
-
-