public class Credentials extends AbstractModel
Constructor and Description |
---|
Credentials() |
Modifier and Type | Method and Description |
---|---|
String |
getTmpSecretId()
获取临时证书密钥ID
|
String |
getTmpSecretKey()
获取临时证书密钥Key
|
String |
getToken()
获取token
|
void |
setTmpSecretId(String TmpSecretId)
设置临时证书密钥ID
|
void |
setTmpSecretKey(String TmpSecretKey)
设置临时证书密钥Key
|
void |
setToken(String Token)
设置token
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getToken()
public void setToken(String Token)
Token
- tokenpublic String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId
- 临时证书密钥IDpublic String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey
- 临时证书密钥KeyCopyright © 2019. All rights reserved.