public class CosCredentials extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CosCredentials() | 
| CosCredentials(CosCredentials 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 | getDomain()Get 所在域 | 
| Long | getExpiredTime()Get 过期时间 | 
| String | getSessionToken()Get 会话Token | 
| String | getTmpAppId()Get 临时应用ID | 
| String | getTmpSecretId()Get 临时调用者身份ID | 
| String | getTmpSecretKey()Get 临时密钥 | 
| void | setDomain(String Domain)Set 所在域 | 
| void | setExpiredTime(Long ExpiredTime)Set 过期时间 | 
| void | setSessionToken(String SessionToken)Set 会话Token | 
| void | setTmpAppId(String TmpAppId)Set 临时应用ID | 
| void | setTmpSecretId(String TmpSecretId)Set 临时调用者身份ID | 
| void | setTmpSecretKey(String TmpSecretKey)Set 临时密钥 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CosCredentials()
public CosCredentials(CosCredentials source)
public String getSessionToken()
public void setSessionToken(String SessionToken)
SessionToken - 会话Tokenpublic String getTmpAppId()
public void setTmpAppId(String TmpAppId)
TmpAppId - 临时应用IDpublic String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId - 临时调用者身份IDpublic String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey - 临时密钥public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime - 过期时间public String getDomain()
public void setDomain(String Domain)
Domain - 所在域Copyright © 2025. All rights reserved.