public class LoginActionMfaFlag extends AbstractModel
header, skipSign
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 是否设置手机号为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
|
Long |
getStoken()
Get 是否设置软token为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
|
Long |
getWechat()
Get 是否设置微信为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
|
void |
setPhone(Long Phone)
Set 是否设置手机号为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
|
void |
setStoken(Long Stoken)
Set 是否设置软token为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
|
void |
setWechat(Long Wechat)
Set 是否设置微信为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
|
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 LoginActionMfaFlag()
public LoginActionMfaFlag(LoginActionMfaFlag source)
public Long getPhone()
public void setPhone(Long Phone)
Phone
- 是否设置手机号为登录和敏感操作安全校验方式, 1: 设置,0: 不设置public Long getStoken()
public void setStoken(Long Stoken)
Stoken
- 是否设置软token为登录和敏感操作安全校验方式, 1: 设置,0: 不设置public Long getWechat()
public void setWechat(Long Wechat)
Wechat
- 是否设置微信为登录和敏感操作安全校验方式, 1: 设置,0: 不设置Copyright © 2024. All rights reserved.