public class Credentials extends AbstractModel
| Constructor and Description | 
|---|
| Credentials() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getTmpSecretId()Get Temporary credentials secret ID | 
| String | getTmpSecretKey()Get Temporary credentials secret key | 
| String | getToken()Get token | 
| void | setTmpSecretId(String TmpSecretId)Set Temporary credentials secret ID | 
| void | setTmpSecretKey(String TmpSecretKey)Set Temporary credentials secret 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, toJsonStringpublic String getToken()
public void setToken(String Token)
Token - tokenpublic String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId - Temporary credentials secret IDpublic String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey - Temporary credentials secret keyCopyright © 2021. All rights reserved.