public class AdvancedAuthenticationTypeD extends AbstractModel
| Constructor and Description |
|---|
AdvancedAuthenticationTypeD() |
AdvancedAuthenticationTypeD(AdvancedAuthenticationTypeD 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 |
getBackupSecretKey()
Get 备份密钥,当使用SecretKey鉴权失败时会使用该密钥重新鉴权。
|
Long |
getExpireTime()
Get 过期时间,单位秒。
|
String |
getSecretKey()
Get 用于计算签名的密钥,只允许字母和数字,长度6-32字节。
|
String |
getSignParam()
Get uri串中签名的字段名,字母,数字或下划线构成,同时必须以字母开头。
|
String |
getTimeFormat()
Get 时间格式,dec,hex分别表示十进制,十六进制。
|
String |
getTimeParam()
Get uri串中时间的字段名,字母,数字或下划线构成,同时必须以字母开头。
|
void |
setBackupSecretKey(String BackupSecretKey)
Set 备份密钥,当使用SecretKey鉴权失败时会使用该密钥重新鉴权。
|
void |
setExpireTime(Long ExpireTime)
Set 过期时间,单位秒。
|
void |
setSecretKey(String SecretKey)
Set 用于计算签名的密钥,只允许字母和数字,长度6-32字节。
|
void |
setSignParam(String SignParam)
Set uri串中签名的字段名,字母,数字或下划线构成,同时必须以字母开头。
|
void |
setTimeFormat(String TimeFormat)
Set 时间格式,dec,hex分别表示十进制,十六进制。
|
void |
setTimeParam(String TimeParam)
Set uri串中时间的字段名,字母,数字或下划线构成,同时必须以字母开头。
|
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 AdvancedAuthenticationTypeD()
public AdvancedAuthenticationTypeD(AdvancedAuthenticationTypeD source)
public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey - 用于计算签名的密钥,只允许字母和数字,长度6-32字节。public String getBackupSecretKey()
public void setBackupSecretKey(String BackupSecretKey)
BackupSecretKey - 备份密钥,当使用SecretKey鉴权失败时会使用该密钥重新鉴权。public String getSignParam()
public void setSignParam(String SignParam)
SignParam - uri串中签名的字段名,字母,数字或下划线构成,同时必须以字母开头。public String getTimeParam()
public void setTimeParam(String TimeParam)
TimeParam - uri串中时间的字段名,字母,数字或下划线构成,同时必须以字母开头。public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime - 过期时间,单位秒。public String getTimeFormat()
public void setTimeFormat(String TimeFormat)
TimeFormat - 时间格式,dec,hex分别表示十进制,十六进制。Copyright © 2021. All rights reserved.