Class SetMfaFlagRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.SetMfaFlagRequest
-
public class SetMfaFlagRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginActionMfaFlaggetActionFlag()Get 操作保护设置LoginActionMfaFlaggetLoginFlag()Get 登录保护设置LonggetOpUin()Get 设置用户的uinvoidsetActionFlag(LoginActionMfaFlag ActionFlag)Set 操作保护设置voidsetLoginFlag(LoginActionMfaFlag LoginFlag)Set 登录保护设置voidsetOpUin(Long OpUin)Set 设置用户的uinvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SetMfaFlagRequest
public SetMfaFlagRequest()
-
SetMfaFlagRequest
public 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.
-
-
Method Detail
-
getOpUin
public Long getOpUin()
Get 设置用户的uin- Returns:
- OpUin 设置用户的uin
-
setOpUin
public void setOpUin(Long OpUin)
Set 设置用户的uin- Parameters:
OpUin- 设置用户的uin
-
getLoginFlag
public LoginActionMfaFlag getLoginFlag()
Get 登录保护设置- Returns:
- LoginFlag 登录保护设置
-
setLoginFlag
public void setLoginFlag(LoginActionMfaFlag LoginFlag)
Set 登录保护设置- Parameters:
LoginFlag- 登录保护设置
-
getActionFlag
public LoginActionMfaFlag getActionFlag()
Get 操作保护设置- Returns:
- ActionFlag 操作保护设置
-
setActionFlag
public void setActionFlag(LoginActionMfaFlag ActionFlag)
Set 操作保护设置- Parameters:
ActionFlag- 操作保护设置
-
-