public class UpdateLoginProfileRequest extends BaseBceRequest
| Constructor and Description |
|---|
UpdateLoginProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoginMfaType() |
String |
getPassword() |
String |
getThirdPartyAccount() |
String |
getThirdPartyType() |
Boolean |
isEnabledLoginMfa() |
Boolean |
isNeedResetPassword() |
void |
setEnabledLoginMfa(Boolean enabledLoginMfa) |
void |
setLoginMfaType(String loginMfaType) |
void |
setNeedResetPassword(Boolean needResetPassword) |
void |
setPassword(String password) |
void |
setThirdPartyAccount(String thirdPartyAccount) |
void |
setThirdPartyType(String thirdPartyType) |
String |
toString() |
withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic void setPassword(String password)
public String getPassword()
public void setNeedResetPassword(Boolean needResetPassword)
public Boolean isNeedResetPassword()
public void setEnabledLoginMfa(Boolean enabledLoginMfa)
public Boolean isEnabledLoginMfa()
public void setLoginMfaType(String loginMfaType)
public String getLoginMfaType()
public void setThirdPartyType(String thirdPartyType)
public String getThirdPartyType()
public void setThirdPartyAccount(String thirdPartyAccount)
public String getThirdPartyAccount()
Copyright © 2022. All rights reserved.