public class LoginActionMfaFlag extends AbstractModel
| Constructor and Description | 
|---|
| LoginActionMfaFlag() | 
| LoginActionMfaFlag(LoginActionMfaFlag 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 | getPhone()Get Mobile phone | 
| Long | getStoken()Get Soft token | 
| Long | getWechat()Get WeChat | 
| void | setPhone(Long Phone)Set Mobile phone | 
| void | setStoken(Long Stoken)Set Soft 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 LoginActionMfaFlag()
public LoginActionMfaFlag(LoginActionMfaFlag source)
public Long getPhone()
public void setPhone(Long Phone)
Phone - Mobile phonepublic Long getStoken()
public void setStoken(Long Stoken)
Stoken - Soft tokenpublic Long getWechat()
public void setWechat(Long Wechat)
Wechat - WeChatCopyright © 2022. All rights reserved.