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