public class Credentials extends AbstractModel
Constructor and Description |
---|
Credentials() |
Credentials(Credentials 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。最长不超过1024字节。
|
String |
getTmpSecretKey()
Get 临时证书密钥Key。最长不超过1024字节。
|
String |
getToken()
Get token。token长度和绑定的策略有关,最长不超过4096字节。
|
void |
setTmpSecretId(String TmpSecretId)
Set 临时证书密钥ID。最长不超过1024字节。
|
void |
setTmpSecretKey(String TmpSecretKey)
Set 临时证书密钥Key。最长不超过1024字节。
|
void |
setToken(String Token)
Set token。token长度和绑定的策略有关,最长不超过4096字节。
|
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 Credentials()
public Credentials(Credentials source)
public String getToken()
public void setToken(String Token)
Token
- token。token长度和绑定的策略有关,最长不超过4096字节。public String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId
- 临时证书密钥ID。最长不超过1024字节。public String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey
- 临时证书密钥Key。最长不超过1024字节。Copyright © 2022. All rights reserved.