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