@Generated(value={"Immutables.generator","_Links"}) public final class Links extends Object
_Links.
Use the builder to create immutable instances:
Links.builder().
| 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. |
LogoutLink |
getLogout()
The logout link
|
SelfServiceLink |
getSelfService()
The self service link
|
int |
hashCode()
Computes a hash code from attributes:
logout, selfService. |
String |
toString()
Prints the immutable value
Links with attribute values. |
public LogoutLink getLogout()
public SelfServiceLink getSelfService()
public boolean equals(Object another)
Links that have equal attribute values.public int hashCode()
logout, selfService.public String toString()
Links with attribute values.public static Links.Builder builder()
Links.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.