public class ValidatePasswordDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ValidatePasswordDto.PasswordEncryptType
密码加密类型,支持使用 RSA256 和国密 SM2 算法进行加密。
|
| 构造器和说明 |
|---|
ValidatePasswordDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmail() |
String |
getPassword() |
ValidatePasswordDto.PasswordEncryptType |
getPasswordEncryptType() |
String |
getPhone() |
String |
getPhoneCountryCode() |
String |
getUsername() |
void |
setEmail(String email) |
void |
setPassword(String password) |
void |
setPasswordEncryptType(ValidatePasswordDto.PasswordEncryptType passwordEncryptType) |
void |
setPhone(String phone) |
void |
setPhoneCountryCode(String phoneCountryCode) |
void |
setUsername(String username) |
public String getPhone()
public void setPhone(String phone)
public String getEmail()
public void setEmail(String email)
public String getUsername()
public void setUsername(String username)
public String getPhoneCountryCode()
public void setPhoneCountryCode(String phoneCountryCode)
public String getPassword()
public void setPassword(String password)
public ValidatePasswordDto.PasswordEncryptType getPasswordEncryptType()
public void setPasswordEncryptType(ValidatePasswordDto.PasswordEncryptType passwordEncryptType)
Copyright © 2024. All rights reserved.