public class Authentication extends AbstractModel
Constructor and Description |
---|
Authentication() |
Authentication(Authentication 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 |
getScene()
Get 授权场景,例如COS
|
String |
getSecretId()
Get SecretId
|
String |
getSecretKey()
Get SecretKey
|
void |
setScene(String Scene)
Set 授权场景,例如COS
|
void |
setSecretId(String SecretId)
Set SecretId
|
void |
setSecretKey(String SecretKey)
Set SecretKey
|
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 Authentication()
public Authentication(Authentication source)
public String getScene()
public void setScene(String Scene)
Scene
- 授权场景,例如COSpublic String getSecretId()
public void setSecretId(String SecretId)
SecretId
- SecretIdpublic String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- SecretKeyCopyright © 2022. All rights reserved.