@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class UserPasswordInformation extends Object
| Constructor and Description |
|---|
UserPasswordInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrentPassword()
The user’s current password to be changed.
|
String |
getEmail()
The user’s email address for the associated account.
|
ForgottenPasswordInformation |
getForgottenPasswordInfo() |
String |
getNewPassword()
The user’s new password.
|
int |
hashCode() |
void |
setCurrentPassword(String currentPassword) |
void |
setEmail(String email) |
void |
setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo) |
void |
setNewPassword(String newPassword) |
String |
toString() |
public String getCurrentPassword()
The user’s current password to be changed.
public void setCurrentPassword(String currentPassword)
public String getEmail()
The user’s email address for the associated account.
public void setEmail(String email)
public ForgottenPasswordInformation getForgottenPasswordInfo()
public void setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
public String getNewPassword()
The user’s new password.
public void setNewPassword(String newPassword)
Copyright © 2017. All Rights Reserved.