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