public class SetFlagRequest extends AbstractModel
Constructor and Description |
---|
SetFlagRequest() |
Modifier and Type | Method and Description |
---|---|
LoginActionFlag |
getActionFlag()
Get Sensitive operation settings
|
LoginActionFlag |
getLoginFlag()
Get Login settings
|
Long |
getNeedResetMfa()
Get If MFA requires top-up
|
OffsiteFlag |
getOffsiteFlag()
Get Remote login settings
|
Long |
getOpUin()
Get Set user UIN
|
void |
setActionFlag(LoginActionFlag ActionFlag)
Set Sensitive operation settings
|
void |
setLoginFlag(LoginActionFlag LoginFlag)
Set Login settings
|
void |
setNeedResetMfa(Long NeedResetMfa)
Set If MFA requires top-up
|
void |
setOffsiteFlag(OffsiteFlag OffsiteFlag)
Set Remote login settings
|
void |
setOpUin(Long OpUin)
Set Set 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
- Set user UINpublic LoginActionFlag getLoginFlag()
public void setLoginFlag(LoginActionFlag LoginFlag)
LoginFlag
- Login settingspublic LoginActionFlag getActionFlag()
public void setActionFlag(LoginActionFlag ActionFlag)
ActionFlag
- Sensitive operation settingspublic OffsiteFlag getOffsiteFlag()
public void setOffsiteFlag(OffsiteFlag OffsiteFlag)
OffsiteFlag
- Remote login settingspublic Long getNeedResetMfa()
public void setNeedResetMfa(Long NeedResetMfa)
NeedResetMfa
- If MFA requires top-upCopyright © 2020. All rights reserved.