类 LoginProfileForUpdateLoginProfileOutput
- java.lang.Object
-
- com.volcengine.iam.model.LoginProfileForUpdateLoginProfileOutput
-
public class LoginProfileForUpdateLoginProfileOutput extends Object
LoginProfileForUpdateLoginProfileOutput
-
-
构造器概要
构造器 构造器 说明 LoginProfileForUpdateLoginProfileOutput()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)StringgetLastLoginDate()Get lastLoginDateStringgetLastLoginIp()Get lastLoginIpStringgetUserName()Get userNameinthashCode()BooleanisLoginAllowed()Get loginAllowedBooleanisPasswordResetRequired()Get passwordResetRequiredLoginProfileForUpdateLoginProfileOutputlastLoginDate(String lastLoginDate)LoginProfileForUpdateLoginProfileOutputlastLoginIp(String lastLoginIp)LoginProfileForUpdateLoginProfileOutputloginAllowed(Boolean loginAllowed)LoginProfileForUpdateLoginProfileOutputpasswordResetRequired(Boolean passwordResetRequired)voidsetLastLoginDate(String lastLoginDate)voidsetLastLoginIp(String lastLoginIp)voidsetLoginAllowed(Boolean loginAllowed)voidsetPasswordResetRequired(Boolean passwordResetRequired)voidsetUserName(String userName)StringtoString()LoginProfileForUpdateLoginProfileOutputuserName(String userName)
-
-
-
方法详细资料
-
lastLoginDate
public LoginProfileForUpdateLoginProfileOutput lastLoginDate(String lastLoginDate)
-
getLastLoginDate
public String getLastLoginDate()
Get lastLoginDate- 返回:
- lastLoginDate
-
setLastLoginDate
public void setLastLoginDate(String lastLoginDate)
-
lastLoginIp
public LoginProfileForUpdateLoginProfileOutput lastLoginIp(String lastLoginIp)
-
getLastLoginIp
public String getLastLoginIp()
Get lastLoginIp- 返回:
- lastLoginIp
-
setLastLoginIp
public void setLastLoginIp(String lastLoginIp)
-
loginAllowed
public LoginProfileForUpdateLoginProfileOutput loginAllowed(Boolean loginAllowed)
-
isLoginAllowed
public Boolean isLoginAllowed()
Get loginAllowed- 返回:
- loginAllowed
-
setLoginAllowed
public void setLoginAllowed(Boolean loginAllowed)
-
passwordResetRequired
public LoginProfileForUpdateLoginProfileOutput passwordResetRequired(Boolean passwordResetRequired)
-
isPasswordResetRequired
public Boolean isPasswordResetRequired()
Get passwordResetRequired- 返回:
- passwordResetRequired
-
setPasswordResetRequired
public void setPasswordResetRequired(Boolean passwordResetRequired)
-
userName
public LoginProfileForUpdateLoginProfileOutput userName(String userName)
-
getUserName
public String getUserName()
Get userName- 返回:
- userName
-
setUserName
public void setUserName(String userName)
-
-