public class LoginActionFlag extends AbstractModel
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 |
getPhone()
Get 手机
|
Long |
getStoken()
Get 软token
|
Long |
getToken()
Get 硬token
|
Long |
getWechat()
Get 微信
|
void |
setCustom(Long Custom)
Set 自定义
|
void |
setPhone(Long Phone)
Set 手机
|
void |
setStoken(Long Stoken)
Set 软token
|
void |
setToken(Long Token)
Set 硬token
|
void |
setWechat(Long Wechat)
Set 微信
|
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 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
- 自定义Copyright © 2023. All rights reserved.