public class Authentication extends AbstractModel
Constructor and Description |
---|
Authentication() |
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 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 © 2020. All rights reserved.