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 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 SetMfaFlagRequest()
public SetMfaFlagRequest(SetMfaFlagRequest source)
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 © 2023. All rights reserved.