@Generated(value="org.immutables.processor.ProxyProcessor") public final class Links extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Links.Builder
Builds instances of type
Links. |
| Modifier and Type | Method and Description |
|---|---|
static Links.Builder |
builder()
Creates a builder for
Links. |
boolean |
equals(Object another)
This instance is equal to all instances of
Links that have equal attribute values. |
String |
getLogin()
The link to the login host alias of the UAA
|
String |
getPassword()
The link to the 'Forgot Password' functionality
|
String |
getRegister()
The link to the 'Create Account' functionality
|
String |
getUaa()
The link to the uaa alias host of the UAA
|
int |
hashCode()
Computes a hash code from attributes:
login, password, register, uaa. |
String |
toString()
Prints the immutable value
Links with attribute values. |
public String getLogin()
public String getPassword()
public String getRegister()
public String getUaa()
public boolean equals(Object another)
Links that have equal attribute values.public int hashCode()
login, password, register, uaa.public String toString()
Links with attribute values.Copyright © 2020. All rights reserved.