@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableAAA extends Object implements BaseFromComplicated.AAA
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableAAA.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
com.google.common.collect.ImmutableList<String> |
b() |
static ImmutableAAA.Builder |
builder() |
static ImmutableAAA |
copyOf(BaseFromComplicated.AAA instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableAAA |
withA(int value) |
ImmutableAAA |
withB(Iterable<String> elements) |
ImmutableAAA |
withB(String... elements) |
public int a()
public com.google.common.collect.ImmutableList<String> b()
public final ImmutableAAA withA(int value)
public final ImmutableAAA withB(String... elements)
public final ImmutableAAA withB(Iterable<String> elements)
public int hashCode()
public String toString()
public static ImmutableAAA copyOf(BaseFromComplicated.AAA instance)
public static ImmutableAAA.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.