public class Credentials extends AbstractModel
header, skipSign| 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 | 
|---|---|
| Long | getAppId()Get 临时证书appid
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTmpSecretId()Get 临时证书密钥ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTmpSecretKey()Get 临时证书密钥Key
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getToken()Get token
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAppId(Long AppId)Set 临时证书appid
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTmpSecretId(String TmpSecretId)Set 临时证书密钥ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTmpSecretKey(String TmpSecretKey)Set 临时证书密钥Key
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setToken(String Token)Set token
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 Credentials()
public Credentials(Credentials source)
public String getToken()
public void setToken(String Token)
Token - token
注意:此字段可能返回 null,表示取不到有效值。public String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId - 临时证书密钥ID
注意:此字段可能返回 null,表示取不到有效值。public String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey - 临时证书密钥Key
注意:此字段可能返回 null,表示取不到有效值。public Long getAppId()
public void setAppId(Long AppId)
AppId - 临时证书appid
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.