public class CurrentAndNewPasswordsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENT_PASSWORD |
static String |
SERIALIZED_NAME_NEW_PASSWORD |
| Constructor and Description |
|---|
CurrentAndNewPasswordsDTO() |
| Modifier and Type | Method and Description |
|---|---|
CurrentAndNewPasswordsDTO |
currentPassword(String currentPassword) |
boolean |
equals(Object o) |
String |
getCurrentPassword()
Get currentPassword
|
String |
getNewPassword()
Get newPassword
|
int |
hashCode() |
CurrentAndNewPasswordsDTO |
newPassword(String newPassword) |
void |
setCurrentPassword(String currentPassword) |
void |
setNewPassword(String newPassword) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENT_PASSWORD
public static final String SERIALIZED_NAME_NEW_PASSWORD
public CurrentAndNewPasswordsDTO currentPassword(String currentPassword)
@Nullable public String getCurrentPassword()
public void setCurrentPassword(String currentPassword)
public CurrentAndNewPasswordsDTO newPassword(String newPassword)
public void setNewPassword(String newPassword)
Copyright © 2021 WSO2 Inc. All rights reserved.