@Generated(value="org.immutables.processor.ProxyProcessor") public final class ChangeUserPasswordResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeUserPasswordResponse.Builder
Builds instances of type
ChangeUserPasswordResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ChangeUserPasswordResponse.Builder |
builder()
Creates a builder for
ChangeUserPasswordResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ChangeUserPasswordResponse that have equal attribute values. |
String |
getMessage()
The update message
|
String |
getStatus()
The update status
|
int |
hashCode()
Computes a hash code from attributes:
message, status. |
String |
toString()
Prints the immutable value
ChangeUserPasswordResponse with attribute values. |
public String getMessage()
public String getStatus()
public boolean equals(Object another)
ChangeUserPasswordResponse that have equal attribute values.public int hashCode()
message, status.public String toString()
ChangeUserPasswordResponse with attribute values.public static ChangeUserPasswordResponse.Builder builder()
ChangeUserPasswordResponse.
ChangeUserPasswordResponse.builder()
.message(String) // required message
.status(String) // required status
.build();
Copyright © 2020. All rights reserved.