public class LoginActionFlag extends AbstractModel
header, skipSign
Constructor and Description |
---|
LoginActionFlag() |
LoginActionFlag(LoginActionFlag 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 |
getCustom()
Get 0: 非自定义校验 1: 自定义校验
|
Long |
getMail()
Get 0: 非邮箱校验 1: 邮箱校验
|
Long |
getPhone()
Get 0: 非安全手机校验 1: 安全手机校验。
|
Long |
getStoken()
Get 0: 非软token校验 1: 软token校验
|
Long |
getToken()
Get 0: 非硬token校验 1: 硬token校验。
|
Long |
getU2FToken()
Get 0: 非u2f硬件token 1: u2f硬件token
|
Long |
getWechat()
Get 0: 非微信校验 1: 微信校验
|
void |
setCustom(Long Custom)
Set 0: 非自定义校验 1: 自定义校验
|
void |
setMail(Long Mail)
Set 0: 非邮箱校验 1: 邮箱校验
|
void |
setPhone(Long Phone)
Set 0: 非安全手机校验 1: 安全手机校验。
|
void |
setStoken(Long Stoken)
Set 0: 非软token校验 1: 软token校验
|
void |
setToken(Long Token)
Set 0: 非硬token校验 1: 硬token校验。
|
void |
setU2FToken(Long U2FToken)
Set 0: 非u2f硬件token 1: u2f硬件token
|
void |
setWechat(Long Wechat)
Set 0: 非微信校验 1: 微信校验
|
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, toJsonString
public LoginActionFlag()
public LoginActionFlag(LoginActionFlag source)
public Long getPhone()
public void setPhone(Long Phone)
Phone
- 0: 非安全手机校验 1: 安全手机校验。public Long getToken()
public void setToken(Long Token)
Token
- 0: 非硬token校验 1: 硬token校验。public Long getStoken()
public void setStoken(Long Stoken)
Stoken
- 0: 非软token校验 1: 软token校验public Long getWechat()
public void setWechat(Long Wechat)
Wechat
- 0: 非微信校验 1: 微信校验public Long getCustom()
public void setCustom(Long Custom)
Custom
- 0: 非自定义校验 1: 自定义校验public Long getMail()
public void setMail(Long Mail)
Mail
- 0: 非邮箱校验 1: 邮箱校验public Long getU2FToken()
public void setU2FToken(Long U2FToken)
U2FToken
- 0: 非u2f硬件token 1: u2f硬件tokenCopyright © 2025. All rights reserved.