@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 |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
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 , identityZoneId , identityZoneSubdomain . |
String |
toString()
Prints the immutable value
ChangeUserPasswordRequest with attribute values. |
public String getOldPassword()
public String getPassword()
public String getUserId()
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public boolean equals(Object another)
ChangeUserPasswordRequest
that have equal attribute values.public int hashCode()
oldPassword
, password
, userId
, identityZoneId
, identityZoneSubdomain
.public String toString()
ChangeUserPasswordRequest
with attribute values.public static ChangeUserPasswordRequest.Builder builder()
ChangeUserPasswordRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.