@Generated(value={"Immutables.generator","_GetUserVerificationLinkRequest"}) public final class GetUserVerificationLinkRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GetUserVerificationLinkRequest.Builder
Builds instances of type
GetUserVerificationLinkRequest . |
Modifier and Type | Method and Description |
---|---|
static GetUserVerificationLinkRequest.Builder |
builder()
Creates a builder for
GetUserVerificationLinkRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
GetUserVerificationLinkRequest that have equal attribute values. |
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
String |
getRedirectUri()
The redirect URI
|
String |
getUserId()
The user id
|
int |
hashCode()
Computes a hash code from attributes:
redirectUri , userId , identityZoneId , identityZoneSubdomain . |
String |
toString()
Prints the immutable value
GetUserVerificationLinkRequest with attribute values. |
public String getRedirectUri()
public String getUserId()
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public boolean equals(Object another)
GetUserVerificationLinkRequest
that have equal attribute values.public int hashCode()
redirectUri
, userId
, identityZoneId
, identityZoneSubdomain
.public String toString()
GetUserVerificationLinkRequest
with attribute values.public static GetUserVerificationLinkRequest.Builder builder()
GetUserVerificationLinkRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.