public class LoginActionFlagIntl extends AbstractModel
| Constructor and Description | 
|---|
LoginActionFlagIntl()  | 
LoginActionFlagIntl(LoginActionFlagIntl 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 Custom 
 | 
Long | 
getMail()
Get Email 
 | 
Long | 
getPhone()
Get Mobile number 
 | 
Long | 
getStoken()
Get Soft token 
 | 
Long | 
getToken()
Get Hard token 
 | 
Long | 
getWechat()
Get WeChat 
 | 
void | 
setCustom(Long Custom)
Set Custom 
 | 
void | 
setMail(Long Mail)
Set Email 
 | 
void | 
setPhone(Long Phone)
Set Mobile number 
 | 
void | 
setStoken(Long Stoken)
Set Soft token 
 | 
void | 
setToken(Long Token)
Set Hard token 
 | 
void | 
setWechat(Long Wechat)
Set WeChat 
 | 
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 LoginActionFlagIntl()
public LoginActionFlagIntl(LoginActionFlagIntl source)
public Long getPhone()
public void setPhone(Long Phone)
Phone - Mobile numberpublic Long getToken()
public void setToken(Long Token)
Token - Hard tokenpublic Long getStoken()
public void setStoken(Long Stoken)
Stoken - Soft tokenpublic Long getWechat()
public void setWechat(Long Wechat)
Wechat - WeChatpublic Long getCustom()
public void setCustom(Long Custom)
Custom - Custompublic Long getMail()
public void setMail(Long Mail)
Mail - EmailCopyright © 2023. All rights reserved.