public static class ResetPassword.ResetPasswordResponse extends ModelObject
Constructor and Description |
---|
ResetPasswordResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getResponseCode()
A code that can help derive the new reset password.
|
StringBuilder |
getResponseMessage()
Un secured message to display / convey
|
void |
setResponseCode(String responseCode)
A code that can help derive the new reset password.
|
void |
setResponseMessage(StringBuilder responseMessage)
Un secured message to display / convey
|
public String getResponseCode()
public void setResponseCode(String responseCode)
public StringBuilder getResponseMessage()
public void setResponseMessage(StringBuilder responseMessage)
Copyright © 2018. All rights reserved.