public class AdvancedAuthenticationTypeB extends AbstractModel
| Constructor and Description |
|---|
AdvancedAuthenticationTypeB() |
AdvancedAuthenticationTypeB(AdvancedAuthenticationTypeB 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 |
getExpireCode()
Get 链接过期时返回的状态码。
|
Long |
getExpireTime()
Get 过期时间,单位秒。
|
Long |
getFailCode()
Get 鉴权失败时返回的状态码。
|
String |
getKeyAlpha()
Get alpha键名。
|
String |
getKeyBeta()
Get beta键名。
|
String |
getKeyGamma()
Get gamma键名。
|
String[] |
getRulePaths()
Get 需要鉴权的url路径列表。
|
String |
getSignParam()
Get uri串中签名的字段名,字母,数字或下划线构成,同时必须以字母开头。
|
String |
getTimeFormat()
Get 时间格式,dec,hex分别表示十进制,十六进制。
|
String |
getTimeParam()
Get uri串中时间的字段名,字母,数字或下划线构成,同时必须以字母开头。
|
void |
setExpireCode(Long ExpireCode)
Set 链接过期时返回的状态码。
|
void |
setExpireTime(Long ExpireTime)
Set 过期时间,单位秒。
|
void |
setFailCode(Long FailCode)
Set 鉴权失败时返回的状态码。
|
void |
setKeyAlpha(String KeyAlpha)
Set alpha键名。
|
void |
setKeyBeta(String KeyBeta)
Set beta键名。
|
void |
setKeyGamma(String KeyGamma)
Set gamma键名。
|
void |
setRulePaths(String[] RulePaths)
Set 需要鉴权的url路径列表。
|
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 AdvancedAuthenticationTypeB()
public AdvancedAuthenticationTypeB(AdvancedAuthenticationTypeB source)
public String getKeyAlpha()
public void setKeyAlpha(String KeyAlpha)
KeyAlpha - alpha键名。public String getKeyBeta()
public void setKeyBeta(String KeyBeta)
KeyBeta - beta键名。public String getKeyGamma()
public void setKeyGamma(String KeyGamma)
KeyGamma - gamma键名。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分别表示十进制,十六进制。public Long getFailCode()
public void setFailCode(Long FailCode)
FailCode - 鉴权失败时返回的状态码。public Long getExpireCode()
public void setExpireCode(Long ExpireCode)
ExpireCode - 链接过期时返回的状态码。public String[] getRulePaths()
public void setRulePaths(String[] RulePaths)
RulePaths - 需要鉴权的url路径列表。Copyright © 2022. All rights reserved.