public class SetMfaFlagRequest extends AbstractModel
Constructor and Description |
---|
SetMfaFlagRequest() |
SetMfaFlagRequest(SetMfaFlagRequest 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 |
---|---|
LoginActionMfaFlag |
getActionFlag()
Get 操作保护设置
|
LoginActionMfaFlag |
getLoginFlag()
Get 登录保护设置
|
Long |
getOpUin()
Get 设置用户的uin
|
void |
setActionFlag(LoginActionMfaFlag ActionFlag)
Set 操作保护设置
|
void |
setLoginFlag(LoginActionMfaFlag LoginFlag)
Set 登录保护设置
|
void |
setOpUin(Long OpUin)
Set 设置用户的uin
|
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 SetMfaFlagRequest()
public SetMfaFlagRequest(SetMfaFlagRequest source)
public Long getOpUin()
public void setOpUin(Long OpUin)
OpUin
- 设置用户的uinpublic LoginActionMfaFlag getLoginFlag()
public void setLoginFlag(LoginActionMfaFlag LoginFlag)
LoginFlag
- 登录保护设置public LoginActionMfaFlag getActionFlag()
public void setActionFlag(LoginActionMfaFlag ActionFlag)
ActionFlag
- 操作保护设置Copyright © 2021. All rights reserved.