@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSillyEntitySecond extends SillyEntitySecond
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillyEntitySecond.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyEntitySecond.Builder |
builder() |
static ImmutableSillyEntitySecond |
copyOf(SillyEntitySecond instance) |
boolean |
equals(Object another) |
int |
hashCode() |
Id |
id() |
String |
toString() |
ImmutableSillyEntitySecond |
withId(Id value) |
public Id id()
public final ImmutableSillyEntitySecond withId(Id value)
public int hashCode()
public String toString()
public static ImmutableSillyEntitySecond copyOf(SillyEntitySecond instance)
public static ImmutableSillyEntitySecond.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.