public class AssetCredentials extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getTmpSecretId()
Get 临时证书密钥ID
|
String |
getTmpSecretKey()
Get 临时证书密钥Key
|
String |
getToken()
Get 临时证书Token
|
void |
setTmpSecretId(String TmpSecretId)
Set 临时证书密钥ID
|
void |
setTmpSecretKey(String TmpSecretKey)
Set 临时证书密钥Key
|
void |
setToken(String Token)
Set 临时证书Token
|
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 AssetCredentials()
public AssetCredentials(AssetCredentials source)
public String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId
- 临时证书密钥IDpublic String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey
- 临时证书密钥Keypublic String getToken()
public void setToken(String Token)
Token
- 临时证书TokenCopyright © 2021. All rights reserved.