@Generated(value={"Immutables.generator","_ChangeUserPasswordRequest"}) public final class ChangeUserPasswordRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeUserPasswordRequest.Builder
Builds instances of type
ChangeUserPasswordRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ChangeUserPasswordRequest.Builder |
builder()
Creates a builder for
ChangeUserPasswordRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ChangeUserPasswordRequest that have equal attribute values. |
String |
getOldPassword()
The user's existing password
|
String |
getPassword()
The user's desired password
|
String |
getUserId()
The user id
|
int |
hashCode()
Computes a hash code from attributes:
oldPassword, password, userId. |
String |
toString()
Prints the immutable value
ChangeUserPasswordRequest with attribute values. |
public String getOldPassword()
public String getPassword()
public String getUserId()
public boolean equals(Object another)
ChangeUserPasswordRequest that have equal attribute values.public int hashCode()
oldPassword, password, userId.public String toString()
ChangeUserPasswordRequest with attribute values.public static ChangeUserPasswordRequest.Builder builder()
ChangeUserPasswordRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.