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