@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSpecifiedExceptionWithNamesConstructor extends Object implements SpecifiedExceptionWithNamesConstructor
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSpecifiedExceptionWithNamesConstructor.Builder |
SpecifiedExceptionWithNamesConstructor.Exc| Modifier and Type | Method and Description |
|---|---|
static ImmutableSpecifiedExceptionWithNamesConstructor.Builder |
builder() |
static ImmutableSpecifiedExceptionWithNamesConstructor |
copyOf(SpecifiedExceptionWithNamesConstructor instance) |
boolean |
equals(Object another) |
int |
getSomeRequiredInteger() |
String |
getSomeRequiredString() |
int |
hashCode() |
String |
toString() |
ImmutableSpecifiedExceptionWithNamesConstructor |
withSomeRequiredInteger(int value) |
ImmutableSpecifiedExceptionWithNamesConstructor |
withSomeRequiredString(String value) |
public int getSomeRequiredInteger()
public String getSomeRequiredString()
public final ImmutableSpecifiedExceptionWithNamesConstructor withSomeRequiredInteger(int value)
public final ImmutableSpecifiedExceptionWithNamesConstructor withSomeRequiredString(String value)
public int hashCode()
public String toString()
public static ImmutableSpecifiedExceptionWithNamesConstructor copyOf(SpecifiedExceptionWithNamesConstructor instance)
public static ImmutableSpecifiedExceptionWithNamesConstructor.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.