@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","ConstructorJacksonMapped"}) @Immutable 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 bal) |
ImmutableConstructorJacksonMapped |
withInstance(int instance) |
public int instance()
public String bal()
public final ImmutableConstructorJacksonMapped withInstance(int instance)
public final ImmutableConstructorJacksonMapped withBal(String bal)
public int hashCode()
public String toString()
public static ImmutableConstructorJacksonMapped of(int instance, String bal)
public static ImmutableConstructorJacksonMapped copyOf(ConstructorJacksonMapped instance)
Copyright © 2016 The Immutables.org authors. All rights reserved.