public class PasswordPolicyRequestDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
password |
protected UserProfileDto |
profile |
Constructor and Description |
---|
PasswordPolicyRequestDto() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
UserProfileDto |
getProfile() |
void |
setPassword(String password) |
void |
setProfile(UserProfileDto profile) |
protected String password
protected UserProfileDto profile
public UserProfileDto getProfile()
public void setProfile(UserProfileDto profile)
public String getPassword()
public void setPassword(String password)
Copyright © 2022. All rights reserved.