public class GetLoginProfileResponse extends BaseBceResponse
metadata| Constructor and Description |
|---|
GetLoginProfileResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabledLogin() |
String |
getLoginMfaType() |
String |
getPassword() |
Date |
getPasswordExpireDate() |
String |
getThirdPartyAccount() |
String |
getThirdPartyType() |
Boolean |
isEnabledLoginMfa() |
Boolean |
isNeedResetPassword() |
void |
setEnabledLogin(Boolean enabledLogin) |
void |
setEnabledLoginMfa(Boolean enabledLoginMfa) |
void |
setLoginMfaType(String loginMfaType) |
void |
setNeedResetPassword(Boolean needResetPassword) |
void |
setPassword(String password) |
void |
setPasswordExpireDate(Date passwordExpireDate) |
void |
setThirdPartyAccount(String thirdPartyAccount) |
void |
setThirdPartyType(String thirdPartyType) |
String |
toString() |
getMetadatapublic void setPassword(String password)
public String getPassword()
public void setNeedResetPassword(Boolean needResetPassword)
public Boolean isNeedResetPassword()
public void setEnabledLogin(Boolean enabledLogin)
public Boolean getEnabledLogin()
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()
public void setPasswordExpireDate(Date passwordExpireDate)
public Date getPasswordExpireDate()
Copyright © 2026. All rights reserved.