@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableBaz extends Object implements FromGenericInh.Baz
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableBaz.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableBaz.Builder |
builder() |
static ImmutableBaz |
copyOf(FromGenericInh.Baz instance) |
boolean |
equals(Object another) |
String |
getBarId() |
String |
getBazId() |
FromGenericInh.Bar |
getFoo() |
int |
hashCode() |
String |
toString() |
ImmutableBaz |
withBarId(String value) |
ImmutableBaz |
withBazId(String value) |
ImmutableBaz |
withFoo(FromGenericInh.Bar value) |
public FromGenericInh.Bar getFoo()
public String getBarId()
public String getBazId()
public final ImmutableBaz withFoo(FromGenericInh.Bar value)
public final ImmutableBaz withBarId(String value)
public final ImmutableBaz withBazId(String value)
public int hashCode()
public String toString()
public static ImmutableBaz copyOf(FromGenericInh.Baz instance)
public static ImmutableBaz.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.