@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSubtype extends Object implements FromSupertypeNullable.Subtype
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSubtype.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
a() |
String |
b() |
static ImmutableSubtype.Builder |
builder() |
static ImmutableSubtype |
copyOf(FromSupertypeNullable.Subtype instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableSubtype |
withA(String value) |
ImmutableSubtype |
withB(String value) |
public String a()
public String b()
public final ImmutableSubtype withA(String value)
public final ImmutableSubtype withB(String value)
public int hashCode()
public String toString()
public static ImmutableSubtype copyOf(FromSupertypeNullable.Subtype instance)
public static ImmutableSubtype.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.