@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableInternUnderride extends Object implements UnderrideObjectMethods.InternUnderride
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableInternUnderride.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableInternUnderride.Builder |
builder() |
static ImmutableInternUnderride |
copyOf(UnderrideObjectMethods.InternUnderride instance) |
int |
d() |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableInternUnderride |
withD(int value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequalTopublic int d()
public final ImmutableInternUnderride withD(int value)
public int hashCode()
public String toString()
public static ImmutableInternUnderride copyOf(UnderrideObjectMethods.InternUnderride instance)
public static ImmutableInternUnderride.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.