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