@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableToStringAndHashCodeAbstract extends ToStringAndHashCodeAbstract
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableToStringAndHashCodeAbstract.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableToStringAndHashCodeAbstract.Builder |
builder() |
static ImmutableToStringAndHashCodeAbstract |
copyOf(ToStringAndHashCodeAbstract instance) |
boolean |
equals(Object another) |
int |
hashCode() |
long |
test() |
String |
toString() |
ImmutableToStringAndHashCodeAbstract |
withTest(long value) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic long test()
public final ImmutableToStringAndHashCodeAbstract withTest(long value)
public int hashCode()
public String toString()
public static ImmutableToStringAndHashCodeAbstract copyOf(ToStringAndHashCodeAbstract instance)
public static ImmutableToStringAndHashCodeAbstract.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.