public class SetMfaFlagRequest extends AbstractModel
Constructor and Description |
---|
SetMfaFlagRequest() |
Modifier and Type | Method and Description |
---|---|
LoginActionMfaFlag |
getActionFlag()
Get Sets operation protection
|
LoginActionMfaFlag |
getLoginFlag()
Get Sets login protection
|
Long |
getOpUin()
Get Sets user UIN
|
void |
setActionFlag(LoginActionMfaFlag ActionFlag)
Set Sets operation protection
|
void |
setLoginFlag(LoginActionMfaFlag LoginFlag)
Set Sets login protection
|
void |
setOpUin(Long OpUin)
Set Sets user 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 Long getOpUin()
public void setOpUin(Long OpUin)
OpUin
- Sets user UINpublic LoginActionMfaFlag getLoginFlag()
public void setLoginFlag(LoginActionMfaFlag LoginFlag)
LoginFlag
- Sets login protectionpublic LoginActionMfaFlag getActionFlag()
public void setActionFlag(LoginActionMfaFlag ActionFlag)
ActionFlag
- Sets operation protectionCopyright © 2020. All rights reserved.