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 自定义
|
Long |
getMail()
Get 邮箱
|
Long |
getPhone()
Get 手机
|
Long |
getStoken()
Get 软token
|
Long |
getToken()
Get 硬token
|
Long |
getU2FToken()
Get u2f硬件token
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWechat()
Get 微信
|
void |
setCustom(Long Custom)
Set 自定义
|
void |
setMail(Long Mail)
Set 邮箱
|
void |
setPhone(Long Phone)
Set 手机
|
void |
setStoken(Long Stoken)
Set 软token
|
void |
setToken(Long Token)
Set 硬token
|
void |
setU2FToken(Long U2FToken)
Set u2f硬件token
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWechat(Long Wechat)
Set 微信
|
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
- 手机public Long getToken()
public void setToken(Long Token)
Token
- 硬tokenpublic Long getStoken()
public void setStoken(Long Stoken)
Stoken
- 软tokenpublic Long getWechat()
public void setWechat(Long Wechat)
Wechat
- 微信public Long getCustom()
public void setCustom(Long Custom)
Custom
- 自定义public Long getMail()
public void setMail(Long Mail)
Mail
- 邮箱public Long getU2FToken()
public void setU2FToken(Long U2FToken)
U2FToken
- u2f硬件token
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.