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