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