@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableConstructorJacksonMapped extends Object implements ConstructorJacksonMapped
| Modifier and Type | Method and Description |
|---|---|
String |
bal() |
static ImmutableConstructorJacksonMapped |
copyOf(ConstructorJacksonMapped instance) |
boolean |
equals(Object another) |
int |
hashCode() |
int |
instance() |
static ImmutableConstructorJacksonMapped |
of(int instance,
String bal) |
String |
toString() |
ImmutableConstructorJacksonMapped |
withBal(String value) |
ImmutableConstructorJacksonMapped |
withInstance(int value) |
public int instance()
public String bal()
public final ImmutableConstructorJacksonMapped withInstance(int value)
public final ImmutableConstructorJacksonMapped withBal(String value)
public int hashCode()
public String toString()
public static ImmutableConstructorJacksonMapped of(int instance, String bal)
public static ImmutableConstructorJacksonMapped copyOf(ConstructorJacksonMapped instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.