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